Search found 1 match
- 2013-03-04T19:25:51-07:00
- Forum: Bugs
- Topic: Bugs in gif.c
- Replies: 1
- Views: 2778
Bugs in gif.c
The processing of the extension in gif.c has following bugs: (1) It displace the comment extension for animated Gif, i.e., it puts the comment extension of ith frame to (i-1)th frame, and drops the comment extension of 0th frame. (2) It only saves at most one comment extension per frame (Gif ...