[JMagick] Use JMagick to perform GIF optimization

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
binocthex11

[JMagick] Use JMagick to perform GIF optimization

Post by binocthex11 »

I have a bunch of continuous BMP files and a background picture. I used JMagick to
append each BMP file to the background to generate an intermediate frame. Then I
got all the frames and made a GIF animation with the help of JMagick.

Since each frame of the animation has the background picture, the size of generated GIF
file is too large. How can I perform some optimization on the animation to reduce the file
size?

Thanks for your help :)
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: [JMagick] Use JMagick to perform GIF optimization

Post by fmw42 »

binocthex11

Re: [JMagick] Use JMagick to perform GIF optimization

Post by binocthex11 »

I've been reading that document these days.
Some operation can be performed with the command line tool, but I don't know how to
do the same thing using JMagick.
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: [JMagick] Use JMagick to perform GIF optimization

Post by snibgo »

As far as I know, JMagick is a different tool to ImageMagick. This is an ImageMagick forum. For help on JMagick, try a JMagick forum.
snibgo's IM pages: im.snibgo.com
Post Reply