X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=TODO;h=04b334592580246025da6279a1f22d4300c1cb8b;hb=9dd3c056922a1f370c0543c43adae040723bc454;hp=f746a1ce55c45abee9ad37ed325f39567edfd765;hpb=3a42588bac536fbce63f831d4baeb0894063be1d;p=swftools.git diff --git a/TODO b/TODO index f746a1c..04b3345 100644 --- a/TODO +++ b/TODO @@ -1,9 +1,12 @@ swfc: + * .movie feature + * bounding box parsing: remove : syntax, add ; or +- syntax * color/line should be named linecolor/linewidth + * open paths in .outline + * .qchance, .cchange * .morph * .soundstream - * text: newlines * .texture * .orbit * plugins? @@ -18,18 +21,16 @@ swfc: * SWF 3 actionscript commands shortcuts: geturl, gotoframe? * .hide/.show? * store instance coordinates for .put with same name after .del? - * macros? looping? ways of reducing repetitive coding (and the length of sc files)? + * Macros: .macro x=30 y=30 .text x=x+30 y=y+30 text="testtext" .end -pdf2swf: - - * Implement dashed lines (maybe by using fillstyle to keep Shapes small, maybe - optional- use another color for dashed lines) avi2swf: + * fix -n option * speed up h.263 routines (MMX?) * support for all-black I-Frames * do a flash player test suite to find out which h.263 movies work where + * bicubic/area-averaging scaling swfcombine: @@ -41,6 +42,10 @@ swfcombine: * support for centering (remove need to set -x,-y parameters manually when linking preloaders) * fix clipdepths + * rotating + * allow to replace images + * allow to replace texts + * swfcombine -Tm picture.swf -x 100 -y 100 banner.swf -o final.swf doesn't work swfextract: @@ -61,13 +66,31 @@ librfxswf: * logging * fix font parsing- code offsets should be used - * add automatical size optimization by re-using tags with identical data + * add automatical size optimization by re-using tags and images with identical data + * fix font reduce code + * drawer paths should be closer to the SVG syntax (no space between M and coord) + +librfxswf/python: + + * get MacPython (http://undefined.org/python/) to work + +pdf2swf: + + * Make a new viewer (with pageflipping) + * Fix even-odd/clockwise-anticlockwise fill problems + * optimize monochrome image handling? + * send converted links to a actionscript function instead of opening a new browser + window with getURL() as it is done today? + Like: pdf2swf.exe -uf _root.sendURL 1.pdf -o 1.swf png2swf: * Image mode 4 * Interlace mode 1 - * filtering: is alpha 255 or 0 in non-existant surrounding pixels? + +swfdump: + + * Flash 7 action codes swfrender: @@ -78,6 +101,13 @@ swfrender: Makefiles/configure/installation: * check for vsnprintf, bcopy, bzero, strndup etc. and supply replacements + * jpeglib test program (for Solaris) + +Win32 Installation: + + * The installer colors are ugly + * Add Logo + * Make ParseDisplayName work other: