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