Hi, all. I'm using Imager to create gifs, but the resultant file sizes are /huge/. I'm writing the files out like so:
$img->write(type => 'gif', max_colors => 16, gif_eliminate_unused => 1, data => \$data) or die $img->errstr; I've verified that the resulting color table /is/ only 16 colors. Even so, I've opened the resulting files in several different graphic editors and saved, and those files are an order of magnitude smaller than the ones Imager produces. I've tried defining a color map and used several different variations on make_colors and translate, but the files still seem abnormally large. Is this just a limitation in libgif? Any suggestions? ____________________________________________________________ Eamon Daly -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>