swftools-common
[Top][All Lists]
Advanced

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

[Swftools-common] Multi-Page Rendering Support in SWFRender


From: Matthew Richer
Subject: [Swftools-common] Multi-Page Rendering Support in SWFRender
Date: Mon, 22 Nov 2010 15:40:24 -0500

I noticed by looking at the source code for the swfrender.c that it supports page ranges.  I tried it with a single page (i.e. swfrender –p 2 C:\Test.swf –o C:\Test_Frame2.png) and it works fine.  Is it possible to have it export each frame to a separate file either by having us specify each frame or by having it detect frames and export based on file format (like pdf2swf).

 

So basically I’d like to do:

 

Swfrender –p 1-5 C:\Test.swf –o C:\Test_Frame%.png

 

Or even better (which will auto-detect pages),

 

Swfrender C:\Test.swf –o C:\Test_Frame%.png

 

I look at the code (I’m not a C coder) and it seems to loop through the pages and draw them on the GFX device but doesn’t seem to output each page.  Can anyone confirm or let me know if such an update is possible?

 

Thanks!

 

Matt


reply via email to

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