thanks, Matthias, I'll give it a shot. Ted
----- Original Message ---- From: Matthias Kramm <[EMAIL PROTECTED]> To: [email protected] 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. http://autos.yahoo.com/new_cars.html
