Now AutoTrace 0.30 is released. You can find it at: autotrace.sourceforge.net Changes: Fixed some bugs in the filtering routine, fixed pdf export, fixed...
I would like to change the license from GPL to LGPL for certain parts: despeckle quantize input filters output filters Would that be okay for all of you? ...
Here is my OK for the p2e driver. WOlfgang ... From: "Martin Weber" <martweb@...> To: <autotrace@yahoogroups.com> Sent: Thursday, April 04, 2002 9:34 PM ...
Currently I am looking for proposals how to improve the core functionality of AutoTrace. Has anyone a good idea or any interesting code. 1.) Better thinning...
... Yes. I have no problem with the license change from GPL to LGPL. K. (swf output - assuming it hasn't been replaced by someone else's - better code!) -- ...
Kevin O' Gorman
k_ogorman@...
Apr 5, 2002 9:42 am
597
I would like to change the license from GPL to LGPL for certain parts: despeckle quantize input filters output filters Would that be okay for output-emf? ...
I would like to change the license from GPL to LGPL for certain parts: despeckle quantize input filters output filters Would that be okay for output-dxf? ...
I would like to change the license from GPL to LGPL for certain parts: despeckle quantize input filters output filters Would that be okay for output-er? Martin...
I would like to change the license from GPL to LGPL for certain parts: despeckle quantize input filters output filters Would that be okay for output-sk? Martin...
... It is pretty much a direct copy of code from Graphics Gems, so I have no problem with changing the license....
Dan Mills
dmills@...
Apr 11, 2002 10:42 pm
604
How about support for multiple images in appropriate formats? I'm thinking mostly about making multi-frame swfs from a bunch of bitmaps on the command line,...
I often thought about this but didn't had the time to implement. It would be a great job if you will do it. Martin ... -- GMX - Die Kommunikationsplattform im...
autotrace.m4 now checking the version number of libautotrace. dnl AM_PATH_AUTOTRACE([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]) dnl Test to...
Masatake YAMATO
jet@...
Apr 16, 2002 11:56 am
607
AutoTrace has a bug. If you use the background option sometimes the output is not correct for pdf, emf, svg, ... Because currently I am very busy I want to ask...
... Just a technical point: an _encapsulated_ PostScript file may only have one page in it (by definition). Multipage PostScript output is a possibility,...
... The reasons of eps writer works fine is that eps writer can use following operators for compound paths. /F { incompound not {fill} if } bd /f { closepath F...
Masatake YAMATO
jet@...
Apr 16, 2002 9:31 pm
610
Dear Masatake, I just fixed the problem for some output formats but I have to test it if it works, then I will send it to you. By the way cgm does not support...
I need someone who will be responsible in future for the input and output routines used AutoTrace. Martin -- GMX - Die Kommunikationsplattform im Internet. ...
... I introduced config.h. I've tested svg output of 0.30.1 with --background-color option. It works fine on Adobe's SVG viewer(Windows Me) and sodipodi...
Masatake YAMATO
jet@...
May 3, 2002 3:37 pm
616
Now Frontline can run as a standing alone program. You don't need sodipodi to try frontline. But you need gnome-1.4 and autotrace-0.30.1. Random memo: - You...
Masatake YAMATO
jet@...
May 6, 2002 2:52 pm
617
During developing frontline, I found some points to improve splines data type of autotrace. I have to access each fields directly to traverse spline elements....