added autoconf section
[swftools.git] / TODO
1 Priorities:
2 1. Do some sample swfs for swfcombine 
3 2. Make pdf2swf cope with more complex pdfs
4 3. General improvements, Autoconf
5 4. Cleanups in rfxswf-lib.
6
7 Make pdf2swf cope with more complex pdfs:
8
9     The following pdf properties are not yet dealt with:
10     * Links
11     * lossless image file formats
12     * dashed lines (maybe by using fillstyle to keep Shapes small)
13     * (type 3 and truetype fonts)
14     * write DEFINE_FONTINFO-Tags to give results for swfstrings 
15       (suppress them as option)
16
17 Do some sample swfs for swfcombine:
18
19     * Some swf for displaying other swfs frame by frame (e.g. with next/previous
20       buttons) would be very handy for swfs generated by pdf2swf
21
22 General Improvements:
23
24     * temporary file name generation is broken: pdf2swf/pdf2swf.cc, pdf2swf/xpdf/gfile.cc
25     * fix memory leaks
26     * rfxswf: modules/swfshape doesn't allow changing to fillstyle 0
27     * consistent output handling if -o is missing. (out.swf/stdout)
28
29 Cleanups in rfxswf-lib:
30     
31     * LPTAGs etc. should be TAG*s
32     * function names should have a prefix (rfxswf_ or swflib_ or sth.)
33     * GetMatrix should be named GetMATRIX, as it gets a MATRIX datatype. Same for CXFORM etc.
34     * element names should be lowercase
35     * DataPos should be named DataReadPos, DataSize DataWritePos.
36     * bitcount should be named BitWritePos, bitmask BitReadPos
37   
38 Autoconf:
39     * ljpeg should be optional, so should t1lib (disable the jpeg2swf/pdf2swf package if 
40             the required libs are not there)
41