godaangel / flutter_crop_box

flutter端的素材裁剪组件,不进行实际裁剪,只给出裁剪范围
MIT License
16 stars 3 forks source link

Crop images with circle shape #2

Closed kiaxseventh closed 3 years ago

kiaxseventh commented 3 years ago

hello dear @godaangel does it support Crop images with circle shape ?

godaangel commented 3 years ago

hello dear @godaangel does it support Crop images with circle shape ?

hello,thx for this issue,now it dose not support circle shape,I will do it recently

kiaxseventh commented 3 years ago

thanks for you answer

can you say when time can you do it ? I look forward to this feature

godaangel commented 3 years ago

thanks for you answer

can you say when time can you do it ? I look forward to this feature

can you give me more details for this feature? I want to know what does this feature look like. I mean the return params is CenterPoint<x, y> and Radius<doule> or like now params Rect(top, right, bottom, left)?

godaangel commented 3 years ago

and I think maybe Rect(top, right, bottom, left) is enough, because I can trans now crop square to circle in view, and also return Rect(top, right, bottom, left) and you can use this return to crop real image to square, and in your Interface you can use ClipRect widget to do circle.

this will be fast

kiaxseventh commented 3 years ago

just i need a circle ui for crop image and end output image file a 1:1 Square image

just when crop image show Circle UI

godaangel commented 3 years ago

just i need a circle ui for crop image and end output image file a 1:1 Square image

just when crop image show Circle UI

ok, I will finish it tonight, now time is 17:24

godaangel commented 3 years ago

just i need a circle ui for crop image and end output image file a 1:1 Square image

just when crop image show Circle UI

I have finish this issue,you can use cropBoxType: CropBoxType.Circle to set UI to Circle