flutter_image_compress
flutter_image_compress copied to clipboard
sometimes compressed images are larger than the original
usually this happens with images of size ~500kb
~~kind of renders this package useless if "compressing" an image can end up making it larger...in fact the resulting image is often lower quality~~
after looking at this topic a bit more i realize that my above comment isnt valid.
Although it'd be appreciated if someone could share workarounds that they've tried to get around this issue as it does occur quite often
Any update on this one? recently i have faced and issue where after compressing, the images are heavier and i noticed that the image was modified on width and length and also in it's color depth (from 24 bits to 32). It appears to be happen randomly and i can't really replicate the issue
Hey, facing the same problem, any updates ? I'm testing on iPhone X:
- The first compressed image is larger by approximatively 5%
- The second one by 7% of the first compressed image
- After that, it takes each time 0.3%
On Android however, it looks like it is working properly
Same problem here. I've used all methods the package provides to compress images, but it didn't work. The "compressed" images still came larger than original.
Same problem here. I've used all methods the package provides to compress images, but it didn't work. The "compressed" images still came larger than original.
are you providing a minHeight value? i removed the min values and that seemed to fix the problem