We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 maximum can only be 256, can't increase the number of colors, hope to increase jitter processing to optimize the image effect.
The text was updated successfully, but these errors were encountered:
Hi, the GIF format is limited to 256 colors. How exactly can I help you?
Sorry, something went wrong.
UPNG.quantize(data, psize) add dithering
Have you thought about using JPG or PNG instead? These formats support more colors and are usually smaller than the GIF file.
Because the project can only use GIF.
GIF.js has dithering.
No branches or pull requests
Gif maximum can only be 256, can't increase the number of colors, hope to increase jitter processing to optimize the image effect.
The text was updated successfully, but these errors were encountered: