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 ...
Search found 2 matches
- 2014-05-15T20:56:08-07:00
- Forum: Users
- Topic: Restricting the changing part of an animated GIF
- Replies: 3
- Views: 3842
- 2014-05-15T17:50:08-07:00
- Forum: Users
- Topic: Restricting the changing part of an animated GIF
- Replies: 3
- Views: 3842
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 ...
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 ...