browser-image-compression
browser-image-compression copied to clipboard
Image Compression On Ipad Safari Browser Results In Black Image When Image Is Over 10MB
Hello, when using the latest version of your library 2.0.2 with in the Safari browser to compress an image the image displays as a black image on some versions of IOS when the image is over 10MB.
IOS Versions that display compressed image as black: 15.7.7 and 16.4.1 Both of these versions are from an IPad. Seems to work fine on the Iphone with IOS 16.5.1 (c)
Image used https://www.learningcontainer.com/wp-content/uploads/2020/07/Large-Sample-Image-download-for-Testing.jpg
How I have the options set
var imgOptions = {
maxSizeMB: 10,
maxWidthOrHeight: 1920,
useWebWorker: true,
}
@s3venvials Can you please access the website https://on690.codesandbox.io/ using your iPad, click on the "test" button, and then share the results with me?
hi, any solution for this issue?