fixed issue with PDFs that use clipping against huge plain-color rectangles to draw...
[swftools.git] / FAQ
diff --git a/FAQ b/FAQ
index 067441e..eda6f5b 100644 (file)
--- a/FAQ
+++ b/FAQ
 
         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. (One user reported that
+    swfdec (http://swfdec.freedesktop.org/wiki/) and pyswfdec 
+    (http://www.gnome.org/~gianmt) work good)
+    If you find other tools that work, I'd like to know about it. 
+    Please mail me at kramm@quiss.org.