Short: Raster bitmap to SVG etc. converter Author: Martin Weber Uploader: info ar-kleinert de Type: gfx/conv Version: 0.31.1 (20.12.2006) Architecture: m68k-amigaos >= 3.1.0; ppc-morphos >= 1.4.5 This is a quick port of "autotrace" (bitmap to SVG converter among other file formats) for MorphOS and AmigaOS/68k. Main changes: - added smakefile & SCOPTIONS for SAS/C - added mos-makefile for GCC 2.95.x of MorphOS - added proper config.h for use with both - applied SAS/C patch to exception.c - added two test batch files and this readme - created a clean.bat - created a "bin" folder for the binaries Usage of the tool is explained in the README - for good results also have a look at the two test batch files. Enjoy. ************************************************************************** AutoTrace is a utility for converting bitmap into vector graphics. Features ======== - tracing outline and midline - color reduction and despeckling - supports a lot of input and output format Licenses ======== The program can be used under the GNU General Public License. The input and output functions (input-*.[ch] and output-*.[ch]) can also be used under the GNU Lesser General Public License(LGPL). Some of code was partially derived from limn of GNU fontutils. However, almost all code is rewritten. [...] The library is named libautotrace. [...] [...] More Information ================ See http://autotrace.sourceforge.net There is a mailing list to discussion autotrace. See also http://groups.yahoo.com/group/autotrace/ Contribution ============ Programmers wanted!!! See TODO and HACKING file and contact the author. Author ====== Martin Weber (martweb@gmx.net)