You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to display some animated PNGs. I hacked in support by just treating all PNGs as animated (main...Nemo157:swww:apng) which works for animated PNGs but panics for still images. To properly support them the detection of whether it's animated or not would have to be pushed back to after decoding the image, so it can be queried directly.
The text was updated successfully, but these errors were encountered:
I would like to display some animated PNGs. I hacked in support by just treating all PNGs as animated (main...Nemo157:swww:apng) which works for animated PNGs but panics for still images. To properly support them the detection of whether it's animated or not would have to be pushed back to after decoding the image, so it can be queried directly.
The text was updated successfully, but these errors were encountered: