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