fixed bug in jpeg2000 decoding
[swftools.git] / src / swfstrings.doc
1 Usage: %s [options] file.swf
2
3 Extracts strings from SWF files.
4
5 This tool extracts strings from SWF files. It parses SWF font records
6 and text records and prints unicode-encoded characters to stdout.
7
8 -f --fonts
9     Print out font information for each text block
10 -x --xpos <x>
11     Set bounding box x coordinate
12 -y --ypos <y>
13     Set bounding box y coordinate
14 -W --width <width>
15     Set bounding box width
16 -H --height <height>
17     Set bounding box height
18 -V --version  
19     Print version information and exit
20
21 .SH AUTHORS
22
23 Rainer Böhme <rfxswf@reflex-studio.de>
24 .TP
25 Matthias Kramm <kramm@quiss.org>