[CrackMonkey] Burnallgifs was *such* a success

Nick Moffitt nick at zork.net
Wed Nov 7 18:13:15 PST 2001


Hooray for the burnallgifs meme!  Don, I take back everything bad I
ever said about the project.

----- Forwarded message from Bob Friesenhahn <bfriesen at simple.dallas.tx.us> -----

On Thu, 8 Nov 2001, Ron Schei wrote:
> Newbie question- sorry!
> I'm using PerlMagick to convert jpgs to gifs viewable by imode
> handsets. My 4k jpgs are being output as 18.2k gifs, which is too
> large for the phones to handle.  Any suggestions on how to reduce
> gif file size would be most appre

There are three common ways to help produce small GIF files:

  1) Use the patented LZW compression algorithm (disabled by default
     in ImageMagick).  To enable this you would send Unisys a large
     check, and then enable LZW when compiling ImageMagick from
     sources.

  2) Reduce the number of colors in the image (e.g. '-colors 16').

  3) Don't dither the image when reducing the colors since this
     hinders compressoin.

or see if you can use another format instead.

If the handset has a fixed color map, you might look at using the -map
option to map the image colors to the colors directly supported by the
handset.

Bob
======================================
Bob Friesenhahn
bfriesen at simple.dallas.tx.us
http://www.simplesystems.org/users/bfriesen


***********************************************************************
To remove yourself from this mailing list, send mail to:
	majordomo at imagemagick.org

Include the following command in the body of your message:
	unsubscribe magick-user
***********************************************************************

----- End forwarded message -----

-- 
INFORMATION GLADLY GIVEN BUT SAFETY REQUIRES AVOIDING UNNECESSARY CONVERSATION
 
	01234567 <- The amazing* indent-o-meter! 
        ^	    (*: Indent-o-meter may not actually amaze.)




More information about the Crackmonkey mailing list