-
Notifications
You must be signed in to change notification settings - Fork 321
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
ValueError: bad transparency mask
with FrameAware wrapper
#648
Comments
Does this issue produce errors like this?
We recently updated Django, Django-CMS, Filter etc. and got this in 2.10. We can go back to 2.0 but we would stuck on Django 5.0.x then. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With latest version of easy-thumbnails 2.10 there is introduced support for gif processing.
I tried functionality with GIF attached in this issue, this gif have first frame with im.mode == 'P'. There is code here to convert every frame to 'RGBA' with help of
FrameAware
wraper, hover it is not working.Currentlly I am not sure why, but here is test case how it should work and second test case with
FrameAware
where it is not working.The text was updated successfully, but these errors were encountered: