On Sun, Apr 26, 2009 at 03:49:22PM -0500, Nick Wright wrote: > Turns out however my editor makes the drops shadows made it that big. > Turn off the drop shadow function the size goes down to about 150k. > I'll miss the drop shadows ... but not that much. > Does it load any better for you all now?
Yes, much. The reason is: in order to do the shadow, it was using the transparency (alpha channel) feature of the PNG file format. PNG is lossless compression, which of course will never be as efficient as lossy compression like JPG -- which doesn't support transparency. There'd be other ways to make drop shadows, as separate images (ideally with CSS tricks). -- Matthew Miller [email protected] <http://mattdm.org/> The Definitive Pentax P-TTL Flash Model Guide: <http://pttl.mattdm.org/> -- PDML Pentax-Discuss Mail List [email protected] http://pdml.net/mailman/listinfo/pdml_pdml.net to UNSUBSCRIBE from the PDML, please visit the link directly above and follow the directions.

