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

Size of compressed image is not follow the "maxSizeMB" options

Open Darrenwwk opened this issue 10 months ago • 2 comments

const imageCompressionOptions = { maxSizeMB: 0.3, };

await imageCompression( imgBlob as File, imageCompressionOptions, );

If image size is more than 2mb then I might get 400kb or 500kb size of compressed image.

Darrenwwk avatar Dec 20 '24 09:12 Darrenwwk