ShootOFF icon indicating copy to clipboard operation
ShootOFF copied to clipboard

Check to see if there is a consistent way to read the encoded time between GIF frames instead of using a constant

Open phrack opened this issue 8 years ago • 1 comments

Historically the Java GIF parser has not been consistent about reading the frame delays encoded in the image file, thus we've just used a constant time between frames that works for our targets. It's been a while since I've checked to see if there is a way to fix this.

phrack avatar Feb 17 '17 23:02 phrack

https://github.com/DhyanB/Open-Imaging

phrack avatar Feb 22 '17 23:02 phrack