added more files
[swftools.git] / TODO
1 pdf2swf:
2
3     * get convert_text_to_shapes working again
4     * Flash 8 antializing
5     * Make a new viewer (with pageflipping)
6     * Fix even-odd/clockwise-anticlockwise fill problems
7     * optimize monochrome image handling?
8
9 swfc:
10
11     * jpeg3 support
12     * dotted/dashed lines
13     * input from stdin
14     * .movie feature
15     * button sounds
16     * bounding box parsing: remove : syntax, add ; or +- syntax
17     * color/line should be named linecolor/linewidth
18     * open paths in .outline
19     * create ActionScript arrays out of outlines?
20     * .qchance, .cchange
21     * .morph
22     * .soundstream
23     * .texture
24     * .orbit
25     * plugins?
26     * .lock/.unlock
27     * object rel coords, as in obj1.(x,y) and monkey.nose
28         "follow me" feature:  default, or should it be explicitly specified?
29     * .replace command
30         .crossfade command?
31     * .egon  (stub is there, never really implemented)... folding edges?
32     * .importassets
33     * default output filename (name.sc -> name.swf) if unspecified
34     * SWF 3 actionscript commands shortcuts: geturl, gotoframe?
35     * .hide/.show?
36     * store instance coordinates for .put with same name after .del?
37     * Macros: .macro x=30 y=30 .text x=x+30 y=y+30 text="testtext" .end
38
39
40 swfcombine:
41
42     * "swfcombine file.swf -s 200 box1=file1.swf" doesn't work if file1.swf contains sprites
43     * "swfcombine file.swf -x 200 -y 200 -s 200 box1=file1.swf" doesn't work?
44     * swfcombine -f should allocate a proper depth, not just use 65535.
45     * Handle Bounding boxes
46     * support for centering (remove need to set -x,-y parameters manually when linking
47       preloaders)
48     * fix clipdepths
49     * rotating
50     * allow to replace images
51     * allow to replace texts
52
53 swfextract:
54     
55     * mp3 extraction should also work for movieclips.
56     * frame extraction should also extract not yet deleted characters from the previous frames.
57
58 swfstrings:
59     
60     * UTF8 output?
61
62 swfbbox:
63
64     * support for MorphShape?
65     * support for clipping when doing -e.
66
67 wav2swf:
68
69     * pad blocks for mp3 compression
70     * stereo support?
71     * -E option doesn't work (as documented)
72
73 librfxswf:
74
75     * logging
76     * fix font parsing- code offsets should be used
77     * add automatical size optimization by re-using tags and images with identical data
78     * fix font reduce code
79     * drawer paths should be closer to the SVG syntax (no space between M and coord)
80
81 librfxswf/python:
82
83     * get MacPython (http://undefined.org/python/) to work
84
85 png2swf:
86
87     * Image mode 4
88     * Interlace mode 1
89     * add jpeg compression
90
91 swfdump:
92
93     * Flash 7 action codes
94     * gradients
95
96 swfrender:
97
98     * Does a move-type PLACEOBJECT2 reset matrix etc. if it isn't set?
99     * If an actionscript in frame 2 sets a sprite (set in frame 1) to frame 3, what
100       does happen if we jump to frame 3 directly?
101
102 Makefiles/configure/installation:
103
104     * check for vsnprintf, bcopy, bzero, strndup etc. and supply replacements
105     * jpeglib test program (for Solaris)
106
107 Win32 Installation:
108
109     * The installer colors are ugly
110     * Add Logo
111     * Make ParseDisplayName work
112
113 other:
114
115     * swf2fig
116     * swfrender
117     * update man pages
118
119 documentation:
120
121     * basic command set 
122     * example set illustrating basics
123     * cook book:  how to get familiar effects 
124         (fade/wipe/titles/scrolling/false perspective etc)
125     * complete list of all required packages and libs and how to get/build them
126