Search found 2 matches

by ZaneBlue
2014-05-15T20:56:08-07:00
Forum: Users
Topic: Restricting the changing part of an animated GIF
Replies: 3
Views: 3547

Re: Restricting the changing part of an animated GIF

Version: ImageMagick 6.8.8-9 Q16 x86_64 2014-03-23 Platform: MacOSX Mavericks The provided code (thank you, btw) works, but produces an animated gif with a transparent background. I fiddled with it, and this is what I came up with: convert -delay 1x30 -loop 0 *.png \ \( +clone -fill black -colorize ...
by ZaneBlue
2014-05-15T17:50:08-07:00
Forum: Users
Topic: Restricting the changing part of an animated GIF
Replies: 3
Views: 3547

Restricting the changing part of an animated GIF

I have some gameplay footage that I want to turn into an animated GIF. I've done this successfully, but I'd like to optimize it. I've tried the techniques in http://www.imagemagick.org/Usage/video/ , and the ordered dither and -layers Optimize methods both produce significant optimization but not ...