Brought up to date
[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 swfcombine:
32
33     * "swfcombine file.swf -s 200 box1=file1.swf" doesn't work if file1.swf contains sprites
34     * "swfcombine file.swf -x 200 -y 200 -s 200 box1=file1.swf" doesn't work?
35     * swfcombine -f should allocate a proper depth, not just use 65535.
36     * Handle Bounding boxes
37     * support for centering (remove need to set -x,-y parameters manually when linking
38       preloaders)
39     * fix clipdepths
40     * rotating
41     * allow to replace images
42     * allow to replace texts
43
44 swfextract:
45     
46     * mp3 extraction should also work for movieclips.
47     * frame extraction should also extract not yet deleted characters from the previous frames.
48
49 swfstrings:
50     
51     * UTF8 output?
52
53 swfbbox:
54
55     * support for MorphShape?
56     * support for clipping when doing -e.
57
58 wav2swf:
59
60     * pad blocks for mp3 compression
61     * stereo support?
62     * -E option doesn't work (as documented)
63
64 librfxswf:
65
66     * logging
67     * fix font parsing- code offsets should be used
68     * add automatical size optimization by re-using tags and images with identical data
69     * fix font reduce code
70     * drawer paths should be closer to the SVG syntax (no space between M and coord)
71
72 librfxswf/python:
73
74     * get MacPython (http://undefined.org/python/) to work
75
76 pdf2swf:
77
78     * Make a new viewer (with pageflipping)
79     * Fix even-odd/clockwise-anticlockwise fill problems
80     * optimize monochrome image handling?
81     * send converted links to a actionscript function instead of opening a new browser 
82       window with getURL() as it is done today?
83       Like: pdf2swf.exe -uf _root.sendURL 1.pdf -o 1.swf
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