[JMagick] Use JMagick to perform GIF optimization
Posted: 2010-04-13T19:40:23-07:00
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
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
