View Full Version : PNG compression
axiomflash
11-28-2007, 07:10 PM
Using the Flash IDE I can set a default jpeg compression for all my pngs (or a specific compression for each one). Does Anyone know how to do this with Flex? I've been searching with no success, but it must be built into the compiler.
Thanks.
Cohen
01-15-2009, 06:27 PM
Have you solved this problem? I am in a similar situation.
wvxvw
01-15-2009, 06:43 PM
The problem is that Flash compresses PNGs from the library into JPEG2 format, whence MXMLC emeds them "as is", and won't embed them after you use an external tool to transcode them to this format. One thing I haven't tried - to compress them, load as bytearray and feed them to Loader.loadBytes(), but, I'm not sure it will work.
|
vBulletin® v3.8.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.