browser-image-compression icon indicating copy to clipboard operation
browser-image-compression copied to clipboard

PNG Not compressing to the max Size specified

Open mdayeen opened this issue 2 years ago • 5 comments

PNG files are not being compress to size specified.

mdayeen avatar Jan 14 '23 14:01 mdayeen

@mdayeen Can you provide the config you use and the image as a zip file?

Donaldcwl avatar Feb 12 '23 17:02 Donaldcwl

I face the same issue, png file compression doesn't respect maxSizeMB limit. here is my configuration:

{
          maxSizeMB: 0.5,
          maxWidthOrHeight: 1200,
          alwaysKeepResolution: true,
}

imtiazShakil avatar May 01 '24 13:05 imtiazShakil

if I increase the maxIteration to 100, then it works. For png images the default 10 iterations is not enough

imtiazShakil avatar May 01 '24 18:05 imtiazShakil

image

the sample png image: SamplePNGImage_5mbmb

imtiazShakil avatar May 01 '24 18:05 imtiazShakil