[swfmill] Does swfmill have any options for image compression?
Ralf Fuest
ralf-fuest at gmx.de
Mon May 5 11:54:07 PDT 2008
Flash seems to require a color image with pre-multiplied alpha,
otherwise the colors in semi transparent areas are wrong. You can use
the following command to create the color image using ImageMagick:
convert source.png -channel RGB -fx "u*a" image.jpg
Ralf
> I tested this theory and I was correct, the 8bit mask doesn't work for
> semi-transparencies (unless I'm doing it incorrectly). I followed your
> example ralf and it worked great for images with 0% or 100% transparency,
> but not for variable transparencies (ie. tinted glass). Is this a bug with
> swfmill?
More information about the swfmill
mailing list