[swfmill] Does swfmill have any options for image compression?
Mark Winterhalder
mark13 at gmail.com
Sun May 4 10:51:49 PDT 2008
On Sun, May 4, 2008 at 5:46 PM, mawe <mawe at typeofundefined.com> wrote:
> I think these are jpeg artifacts, though really strong ones.
>
> Check it out here:
> http://typeofundefined.com/stuff/screens/swf_png_low.png
Oh, yes. That's /not/ lossless.
So, I guess the answer is to use JPGs when you want better
compression, PNG for lossless. I guess the only thing that could be
done to make non-alpha PNGs smaller would be to check if the number of
colors allows for less bits per pixel, the specs allow for 15 or 24.
Even with alpha, there's also the option to use a table for colors,
that allows for 256 colors and only 8 bits per pixel.
Mark
More information about the swfmill
mailing list