* pdf2swf/pdf2swf: greatly improved spline conversion
* pdf2swf/: Fix for t1lib-5.0.0
* src/wav2swf: streaming sound now works for all framerates < 35.
+0.5.0: (not yet released)
+ * pdf2swf: added support for capline-styles
+ * avi2swf: added h.263 support
+ * avi2swf: improved sound support
+ * Makefiles: added MingW/Cygwin support
+ * pdf2swf/ttf2pt1: upgraded to ttf2pt1 3.4.3.
+ * lib/: changed logf to msg (support for gcc 3.2)
+ * src/jpeg2swf: Added support for H.263 compression (for correlated images).
In case some of your libraries/include files are installed in /usr/local,
try the following:
+ rm -f config.cache
LDFLAGS="-L/usr/local/lib" CPPFLAGS="-I/usr/local/include" ./configure
Furthermore, a new installation of jpeglib (the following assumes it's in
ranlib /usr/local/lib/libjpeg.a
ldconfig /usr/local/lib
+ If it still doesn't work, try removing the file "config.cache"
+ before running configure again.
+
4.) Is there a pdf2swf for Windows?
No. pdf2swf only runs on Unix platforms, like Linux, *BSD, MacOS X, etc.
optional- use another color for dashed lines)
* several bounding boxes are too big
* support for ttf fonts in --fontdirs
+ * add support for FreeType
font2swf:
* "swfcombine -m" (e.g. "swfcombine -mT test.swf") duplicates depths:
relocate depth in normalcombine()
* "swfcombine -mT file.swf -x 300 file2.swf" doesn't work
+ * "swfcombine file.swf -s 200 box1=file1.swf" doesn't work if file1.swf contains sprites
+ * support for centering (remove need to set -x,-y parameters manually when linking
+ preloaders)
swfextract:
Makefiles/configure/installation:
- * check for vsnprintf
+ * check for vsnprintf, strndup etc. and supply replacements
other: