djcsdy / swfmill

Generate or decompile Adobe Flash SWF files using an XML dialect. Inspect and modify the XML by hand, or by using a built in XSLT processor.
http://www.swfmill.org/
GNU General Public License v2.0
131 stars 28 forks source link

True PNG import #3

Open djcsdy opened 13 years ago

djcsdy commented 13 years ago

Flash 9+ supports embedded PNG data in DefineBits, but swfmill simple converts imported PNGs to zlib-compressed bitmaps, which don't compress as well.

If the output swf version is >9, swfmill should embed the PNG data directly.

harmy commented 12 years ago

when will this be done? I'm looking foward to it.

djcsdy commented 12 years ago

Probably not too soon. At the moment I’m concentrating on getting swfmill more reliable and fixing the many serious crash bugs.