Brought up to date
[swftools.git] / TODO
1 General:
2
3     * make more stuff dependent on the information in config.h
4     * consistent output handling if -o is missing. (out.swf/stdout)
5     * check for WORDS_BIGENDIAN in all routines handling SWF data.
6
7 pdf2swf:
8
9     * Implement dashed lines (maybe by using fillstyle to keep Shapes small, maybe
10               optional- use another color for dashed lines)
11     * fix memory leaks
12     * some bounding boxes are too big
13     * allow additional fontdirectories to be specified?
14     * viewer/preloader: naming scheme; pass -X,-Y,-r options
15     * implement -q (--quiet) option, especially for -b and -l
16
17 swfcombine:
18
19     * Relocate  SetTarget "/content"  stuff, too?
20
21 swfextract:
22     
23     * add support for extraction of bitmaps and sounds into 'native' formats (mp3, jpg, png)
24     * improve placeobject handling
25
26 swfdump:
27
28     * Make the output shorter.
29
30 rfxswf-lib:
31    
32     * swf_WriteFont() should write definefont2 tags for more complex fonts
33     * modules/swfshape doesn't allow changing to fillstyle 0
34     * modules/swffont:TextSetInfoRecord doesn't allow changing to coordinate 0
35     * (s/GetFrameNo/GetTagFrameNo/g ?)
36