X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=FAQ;h=eda6f5bd2c1af49c3a48767ac2f74a46bc0594a9;hp=067441ed3ea7abdc692531739e3618ec672542b2;hb=f7e9e8a9616f1ecb26776369fda6807cf8821a68;hpb=48929aab85e57329214b5a3a9937cc18f8ff3635 diff --git a/FAQ b/FAQ index 067441e..eda6f5b 100644 --- a/FAQ +++ b/FAQ @@ -218,3 +218,14 @@ 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.