From d4758d17bfb91cd5542b2ef6c92f1752fd2155ac Mon Sep 17 00:00:00 2001 From: kramm Date: Sun, 21 Jul 2002 14:04:04 +0000 Subject: [PATCH] Brought up to date --- ChangeLog | 8 ++++++++ TODO | 4 ++++ 2 files changed, 12 insertions(+) diff --git a/ChangeLog b/ChangeLog index 39a9d01..14b9062 100644 --- a/ChangeLog +++ b/ChangeLog @@ -109,4 +109,12 @@ * lib/examples/makefonts: Fonts: Bounding boxes are now handled correctly * png2swf: Support for more image types * pdf2swf: New option -t (--stop) +0.4.1: + * src/swfcombine: Bugfix with -x option + * lib/Makefile: MacOSX fixes + * pdf2swf/SWFOutput.cc: fixed undefined sqrt() + * src/png2swf: Support for transparency + * pdf2swf: Support for CID Fonts + * src/swfcombine: Bugfixes + * lib/rfxswf: Added Sprite Unfolding routines diff --git a/TODO b/TODO index 866a70f..ef995dc 100644 --- a/TODO +++ b/TODO @@ -11,9 +11,13 @@ swfcombine: * Handle Bounding boxes * Relocate SetTarget "/content" stuff, too? * allow "combining" Actionscript and SWF. + * "swfcombine -d -x 300 test.swf" doesn't work swfextract: * mp3 extraction should also work for movieclips. * improve placeobject handling +png2swf: + * type 2 (truecolor) transparency + * type 6 images -- 1.7.10.4