godaangel / flutter_crop_box

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

Preview Crop? #6

Closed shamnex closed 3 years ago

shamnex commented 3 years ago

Hi again.

Is it possible preview the crop area (without the grid, without the cropped our area) and show a sample of what the speculative cropped result would look like without actually cropping it ? This means just showing current Crop Area and nothing else .

Thanks

godaangel commented 3 years ago

ok。I will give some configs

godaangel commented 3 years ago

I had review my code,i have found that you can use example code, in example there has a demo form crop preview, image data is Uint8List, only in memory, not in file,that can be used to your issue

shamnex commented 3 years ago

Hello, thanks again for all the effort. What I was asking isn't actually cropping image but just a way just to show only the crop area regardless of it's an image or video.

godaangel commented 3 years ago

Hello, thanks again for all the effort. What I was asking isn't actually cropping image but just a way just to show only the crop area regardless of it's an image or video.

ok, I will finish it today

godaangel commented 3 years ago

I have add a maskColor to resolve this, you can try it @shamnex

shamnex commented 3 years ago

Thank you so much for this.

godaangel commented 3 years ago

:)