Jim Clark ([EMAIL PROTECTED]) wrote:
> Things get odder and odder.
> 
> I need to put 10 screen shots on a web page and was hoping to shave 100K
> from the final page.
> 
> So I took one of my images and indexed it.
> Before index: 27004
> After index:    30705.
> 
> It got larger?

This can happen when dithering is enabled. PNG compression deals quite
good with large areas of uniform color, dithering can spoil this by
effectively creating areas with lot of differently colored pixels.

You can choose the dithering method when you convert to indexed. "None"
yields smaller PNG files but might have stronger impact on the image
quality.

Hope this helps,
        Simon
-- 
              [EMAIL PROTECTED]              http://simon.budig.de/
_______________________________________________
Gimp-user mailing list
Gimp-user@lists.xcf.berkeley.edu
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user

Reply via email to