-
Notifications
You must be signed in to change notification settings - Fork 16
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
Frame 0 uses more than 256 color indexes #12
Comments
Please ping me again next week, unless you resolve this on your own. I'm in the middle of moving, don't have time to investigate. Sorry about that! |
Oh, Jimp add colors when resizing. Call one of the |
Oh I never saw the quantize methods. thanks. |
@redserpent7 I have a similar issue here could you assist please? |
@redserpent7 pls how did you used the quantize method |
@oluSammy take a look at my code, taken from my live production server. it simply does the following
|
I am not sure how or why this is happening. I am loading an existing Gif, resizing it one frame at a time with Jimp and then saving the output gif in a file.
I am not sure at which point or why the palette changes since my source image is indeed a GIF.
This is my code:
How do I prevent it from up-scaling the color palette? or how can I quantize the frame?
The text was updated successfully, but these errors were encountered: