moved clockwise checker to gfxfillToSVP()
[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     * dotted/dashed lines
12     * input from stdin
13     * .movie feature
14     * button sounds
15     * bounding box parsing: remove : syntax, add ; or +- syntax
16     * color/line should be named linecolor/linewidth
17     * open paths in .outline
18     * create ActionScript arrays out of outlines?
19     * .qchance, .cchange
20     * .morph
21     * .soundstream
22     * .texture
23     * .orbit
24     * plugins?
25     * .lock/.unlock
26     * object rel coords, as in obj1.(x,y) and monkey.nose
27         "follow me" feature:  default, or should it be explicitly specified?
28     * .replace command
29         .crossfade command?
30     * .egon  (stub is there, never really implemented)... folding edges?
31     * .importassets
32     * default output filename (name.sc -> name.swf) if unspecified
33     * SWF 3 actionscript commands shortcuts: geturl, gotoframe?
34     * .hide/.show?
35     * store instance coordinates for .put with same name after .del?
36     * Macros: .macro x=30 y=30 .text x=x+30 y=y+30 text="testtext" .end
37
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 png2swf:
85
86     * Image mode 4
87     * Interlace mode 1
88     * add jpeg compression
89
90 swfdump:
91
92     * Flash 7 action codes
93     * gradients
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