swftools-common
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Swftools-common] png2swf lossy compression


From: Matthias Kramm
Subject: Re: [Swftools-common] png2swf lossy compression
Date: Mon, 10 Jan 2005 18:11:05 +0100
User-agent: Mutt/1.5.6i

On Thu, Jan 06, 2005 at 10:15:45AM -0600, Mike Tyranski wrote:
> Yes, except I was hoping to be able to set the quality of the jpg as in 
> jpg2swf.  This is probably something I could take on, but I didn't want 
> to go down that route if anyone had already implemented it.

Well, the quality setting of the 0.5.1 version of png2swf is
done in line 601:

    swf_SetJPEGBits3(t, header.width, header.height, (RGBA*)data2, 100);

The "100" is the quality.

If you want to port the code to 0.6.2 and add a quality command-line option, be
my guest. :)

Greetings

Matthias







reply via email to

[Prev in Thread] Current Thread [Next in Thread]