From: kramm Date: Sun, 9 Dec 2007 17:02:16 +0000 (+0000) Subject: added FAQ about bitmap rendering X-Git-Tag: buttons-working~462 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=d4a909ceac47610930232e44c7de20005957641c added FAQ about bitmap rendering --- diff --git a/FAQ b/FAQ index 067441e..6e0c54f 100644 --- a/FAQ +++ b/FAQ @@ -218,3 +218,12 @@ swfextract -i 3- file.swf -o file.swf +19.) How can I convert SWF frames to bitmap? + + There's a "swfrender" utility in the CVS, which isn't finished yet, + and will only work for *very* simple SWF files. (No Actionscript, no + gradient fills, no morph shapes, no blending modes, no filters, etc.) + Probably other Flash Open-Source projects (like Gnash) have some + more sophisticated utilities for this. + If you find something that works, I'd like to know about it. + Please mail me at kramm@quiss.org.