Search found 4 matches

by CasperVector
2012-10-23T18:10:21-07:00
Forum: Bugs
Topic: convert appears to skip some frames when making GIFs
Replies: 6
Views: 8826

Re: convert appears to skip some frames when making GIFs

I don't see anything wrong with test-convert.gif; all 18 frames are present and there aren't any non-zero offsets or anything else unusual about any of the frames. I also reran your convert command with my copy of IM-6.8.0-2 and got the same result but with some slight color differences. With my co...
by CasperVector
2012-10-22T22:08:59-07:00
Forum: Bugs
Topic: convert appears to skip some frames when making GIFs
Replies: 6
Views: 8826

Re: convert appears to skip some frames when making GIFs

Maybe those PNG file contain offset info that puts them outside the frame. Look at "identify -verbose testframe*.png" for clues. If that doesn't help then you can mail the tarball to glennrp at gmail dot com and I'll take a look. % identify -verbose testframe10.png Image: testframe10.png ...
by CasperVector
2012-10-22T21:58:40-07:00
Forum: Bugs
Topic: convert appears to skip some frames when making GIFs
Replies: 6
Views: 8826

Re: convert appears to skip some frames when making GIFs

fmw42 wrote: try
convert -delay 25 testframe*.png +repage -loop 0 test-convert.gif
Tried, but the problem persists :(
by CasperVector
2012-10-22T02:56:58-07:00
Forum: Bugs
Topic: convert appears to skip some frames when making GIFs
Replies: 6
Views: 8826

convert appears to skip some frames when making GIFs

When making GIF animation with convert(1) like following: $ convert -loop 0 -delay 25 testframe*.png test-convert.gif some (namely No. 10 and 11 of totally 18) frames are missing from the generated GIF file, while GIF produced from GIMP does have this problem. I can supply the test files (in a 1.3M ...