-
Notifications
You must be signed in to change notification settings - Fork 160
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
White space invades image on android phone for the first image taken in camera #178
Comments
i find this seems to happen when I upload a photo that i took directly with camera (not a file upload) on my Huawei P20 Pro. In other words: If i choose the upload source to be "Camera" instead of 'File/Browse" in the Android File section dialog. |
@kyoung-jnn @sscholle Also, can you try it here: https://donaldcwl.github.io/browser-image-compression/example/basic.html |
New info here ? We have the same problem with Huawei P30 Lite. |
Can someone give detailed steps to reproduce this issue? lib version, browser, original image file, config, etc |
Had the same problem. My settings for image compression were: { maxSizeMB: 0.5, I found that the combination of maxSize + maxWidthOrHeight caused the image to shrink down in the space, but cause the additional whitespace to appear. I only ever experienced this while using a mobile device camera - never from files from the system. This was noticed by users on multiple android phones. It seemed to happen frequently on the first image taken, but subsequent images compressed as expected. I removed the maxWidthOrHeight and that helped resolve the issue. Hope this helps someone! |
@dyscordia Thanks for the advice. |
Original |
This error is so critical for us that we sadly have to migrate to another library: https://github.com/fengyuanchen/compressorjs |
Reason
I tried to compress jpeg image, but white space Intermittent occurs..
I think that it is reason of extra canvas. 🙄 how think about it?!
Code Example
The text was updated successfully, but these errors were encountered: