swftools-common
[Top][All Lists]
Advanced

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

Re: [Swftools-common] swf only supports 65536 shapes


From: Ted Chen
Subject: Re: [Swftools-common] swf only supports 65536 shapes
Date: Fri, 5 Oct 2007 07:05:34 -0700 (PDT)

thanks, Matthias, I'll give it a shot.

Ted

----- Original Message ----
From: Matthias Kramm <address@hidden>
To: address@hidden
Sent: Friday, October 5, 2007 1:24:56 AM
Subject: Re: [Swftools-common] swf only supports 65536 shapes

On Thu, Oct 04, 2007 at 07:32:42PM -0700, Ted Chen wrote:
>      Before we have a fix for the gradient problem, is there any way to disable gradient processing?  The result img will look worse, but we can significantly reduce the chances of hitting the obj limit.

It's possible, but you'll need to recompile swftools.

In lib/pdf/GFXOutputDev.cc, change

    GBool GFXOutputDev::useShadedFills()
    {
    infofeature("shaded fills");
    return gFalse;
    }

to

    GBool GFXOutputDev::useShadedFills()
    {
    infofeature("shaded fills");
    return gTrue;
    }

Greetings

Matthias



Check out the hottest 2008 models today at Yahoo! Autos.
reply via email to

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