chooyan-eng / crop_your_image

A flutter plugin which provides Crop Widget for cropping images.
https://pub.dev/packages/crop_your_image
Apache License 2.0
155 stars 136 forks source link

The outcome image has a bigger memory size (at times it is more than 10MB !!!) #151

Open arkaanNotion opened 4 months ago

arkaanNotion commented 4 months ago

The size of the outcome cropped image is too big, on further analysis I found out the the _imageAsUIImage (imageInfo.image) is actually a larger size compared to the original. Is there any workaround this, I have tried ways to make it work

itsAkshatG13 commented 3 months ago

Any way found for this @arkaanNotion ?

rohitsangwan01 commented 2 months ago

encodePng is responsible for increase in size, i tried a simple test and results were

Original Image Size: 40000 Encoded Image Size: 120047

this was just an encodePng applied on an image, and size increase by almost 3 times i tried with Jpg and Png images as sample, and same results