Re: [swfmill] Does swfmill have any options for image compression?

2008-05-05 Thread Daniel Fischer
quoting mawe [EMAIL PROTECTED]: I want to add that the PNG preserve its full alpha capabilities, though it had been grilled by this lossy compression. Means I can put something under it and this will show through. I can even animate the whole thing, continuous transparency still works.

Re: [swfmill] Does swfmill have any options for image compression?

2008-05-05 Thread Ralf Fuest
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