-
Notifications
You must be signed in to change notification settings - Fork 439
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
GIF images are unexpectedly converted to PNG #78
Comments
+1 |
Just set the |
@fengyuanchen |
Okey. It seems the
|
what does it mean for us? |
Have there been any updates on this? |
So I think it's better to just go back to the original file, at least if you don't exceed the size limit, etc., and trigger the type conversion. |
It means: DON'T compress GIF images with Compressor.js as it does not support it. |
Describe the bug
GIF image are converted to PNG and there is no documentation/setting about this behavior.
To Reproduce
Compress a GIF image.
Expected behavior
A compressed GIF image.
Screenshots
Before compression:
After compression:
Desktop (please complete the following information):
Additional context
Code used:
The text was updated successfully, but these errors were encountered: