Donald Chan

Results 27 comments of Donald Chan

![image](https://user-images.githubusercontent.com/11781337/172038035-61450a4c-59af-4c09-8e49-aa6523a9b86e.png) [test_result.zip](https://github.com/Donaldcwl/browser-image-compression/files/8839426/test_result.zip) @theonlybenjamin I cannot reproduce your issue, the lib detects it's exifOrientation value is 6 and rotated it accordingly. You may try it out in https://donaldcwl.github.io/browser-image-compression/example/basic.html I have upload...

@fatih0057 see https://github.com/Donaldcwl/browser-image-compression/issues/134#issuecomment-1008243051

Can you provide the image that leads to image ratio distortion so that I can reproduce the problem you mentioned? The value of maxWidthOrHeight depends on your use case ;)

@enrychemp Thanks for the heads up, I just tested on Window Chrome Version 102.0.4997.0 (Official Build) canary (32-bit). The images I tested work fine. Would you mind sharing the image...

May I know what you mean by the file suffix?

@XAihan Thanks for your thorough investigation. Safari has an issue with the File constructor not being able to POST in FormData (see #8, and https://bugs.webkit.org/show_bug.cgi?id=165081). So Blob is used instead....

> I would also be interested in this feature! Is `{alwaysKeepResolution: true}` what you want?

@kyoung-jnn @sscholle Can you upload the image file as a zip file here so I can reproduce this issue? Also, can you try it here: https://donaldcwl.github.io/browser-image-compression/example/basic.html

Can someone give detailed steps to reproduce this issue? lib version, browser, original image file, config, etc