From: kramm Date: Sun, 6 Mar 2005 20:28:45 +0000 (+0000) Subject: Brought up to date X-Git-Tag: release-0-7-0~165 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=d5c8abdd0cb67fc68994f52d9cdbdb03b333e437 Brought up to date --- diff --git a/ChangeLog b/ChangeLog index 598bac6..b1b173a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -237,6 +237,16 @@ * m4/python.m4: Python MacOS X fixes * src/gif2swf.c: New tool, for converting (animated) gifs to swf (Daichi Shinozaki) -0.6.4: +0.7.0: * swfdump: Fixed bit overflow bug * lib/gfxdevice.h: Started implementation of graphic layer abstraction + * pdf2swf: Fixed Type 3 color bug + * pdf2swf: Fixed a rare rendering bug caused by the float conversion in moveTo + * pdf2swf: Fixed CMYK conversion + * pdf2swf: added support for joinstyles + * pdf2swf: capstyles don't require clipping anymore + * pdf2swf: added support for dashed/dotted lines + * pdf2swf: Images are now stored as either jpeg or zlib, whatever is smaller. + * pdf2swf: Fixed Type0C handling + * swfcombine: Fixed jpeg table conversion + diff --git a/TODO b/TODO index 84a1f3d..75e3870 100644 --- a/TODO +++ b/TODO @@ -22,8 +22,8 @@ swfc: pdf2swf: - * Implement dashed lines (maybe by using fillstyle to keep Shapes small, maybe - optional- use another color for dashed lines) + * store shapes relatively to the origin, so zlib works better + on the files avi2swf: @@ -65,12 +65,15 @@ librfxswf: * logging * fix font parsing- code offsets should be used * add automatical size optimization by re-using tags with identical data + * fix font reduce code + * add support for definejpeg3 in image extraction png2swf: * Image mode 4 * Interlace mode 1 * filtering: is alpha 255 or 0 in non-existant surrounding pixels? + * move png parsing code to lib/ swfrender: