imagej / ImageJ

Public domain software for processing and analyzing scientific images
http://imagej.org
Other
576 stars 227 forks source link

GIFs don't seem to support progressive drawing of frames. #256

Open gradha opened 3 months ago

gradha commented 3 months ago

Running on an M1, downloaded ImageJ bundled with Zulu OpenJDK 13.0.6 and opened a GIF file:

GIF_20240503_133547_843

Trying to play back the file inside ImageJ shows lots of dark pixels on the image. It seems like they represent the translucent pixels not updated on gif animations, and instead of being skipped, black is being used. Here's the output GIF image produced by ImageJ. Note how also the framerate has slowed down a lot.

out

I tried the browser version and got the same results.