swftools-common
[Top][All Lists]
Advanced

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

Re: [Swftools-common] scale images when using jpeg2swf?


From: Michael Geary
Subject: Re: [Swftools-common] scale images when using jpeg2swf?
Date: Thu, 13 Nov 2003 14:45:01 -0700

Hello Ranier,

Thanks so much for this bit of info. As it turns out, I need my images _scaled_ but not _shrunk_. That is, I need them to be at full quality when the SWF is viewed at 200%. Does that make sense?

So, it appears that my problem isn't so much with jpeg2swf as it is with swfcombine. When I do this:

/usr/local/bin/swfcombine -z -m -o size3_m.swf ./curtain.swf -s 2 swap=./size1.swf

I am intending to shrink the SWF "size1.swf" as I insert it into the "curtain.swf". However, nothing happens. Is this a bug? I've tried this both in 4.4 and 5.0, with the same results.

Ich wäre super dankbar für eine Lösung.

Thanks,

michael geary


The -s option seems to be broken in the current development version. However, swftools 0.4.4 supports it as indicated, either globally or per image. Note, that the reduction parameter is requested as denominator, i.e. a reduction to 50% requires -s 2 .

The following lines should work with swftools before Aug 2003:

% jpeg2swf -o sizeTest1.swf ./14.jpg -s 2 ./9.jpg

With kind regards,

Rainer






reply via email to

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