-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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 export PIL 9.2.0 palette bug #6675
Comments
Testing, I find that this is due to #6283. That PR meant that Possible solutions to your problem.
Let us know if either of those resolves the matter for you. |
If neither of those solutions is satisfactory, then allow me to ask this question - why have you included |
Thanks. pilImage = Image.fromarray(pixels, mode="L") Original motivation was to port legacy C++ code line by line (it used gif_lib.h). |
Hello,
The following code correctly generates a GIF image with a custom color table under Pillow 9.0.1.
However, under Pillow 9.2.0 my first few entries for red, green, and blue are ignored.
Windows 11, Jupyter notebook, Python 3.8.13
The text was updated successfully, but these errors were encountered: