The homepage of AutoTrace is up again. You'll find it at: http://autotrace.sourceforge.net/...
martweb@...
Jul 13, 2001 11:07 am
417
... Nice to see the home page back online :) Is there a list archive anywhere? A while back someone posted some info about getting autotrace to compile/run on...
Adrian Simmons
adrinux@...
Jul 13, 2001 5:46 pm
418
... Silly me, it's on Yahoo Groups. Sorry for asking. -- Adrian e-mail: mailto:adrian@... Web Site: http://www.cubitum.co.uk Netscape/AOL Instant...
Adrian Simmons
adrinux@...
Jul 13, 2001 5:54 pm
419
Hello All, Am I correct in my thinking that AutoTrace is a linux program and its source code must be recompiled for Windows 9.xx, should one using this...
Bob Foley
bobfoley@...
Jul 14, 2001 5:01 pm
420
It runs on Linux, other Unixes, Windows 98/NT / 2000 and MAC. The Windows 98 version can be found at: ...
Martin Weber
martweb@...
Jul 14, 2001 7:43 pm
421
Danke, Martin. ... From: Martin Weber To: autotrace@yahoogroups.com Sent: Saturday, July 14, 2001 3:45 PM Subject: Re: [AutoTrace] AutoTrace question It runs...
Bob Foley
bobfoley@...
Jul 14, 2001 9:11 pm
422
Hello again, I have unzipped the downloaded archive into its own directory and have made a shortcut to the executable. Clicking on that shortcut causes an...
Bob Foley
bobfoley@...
Jul 14, 2001 10:17 pm
423
It is a console application. Try for example autotrace test.bmp > test.eps in a DOS-Box...
Martin Weber
martweb@...
Jul 15, 2001 3:59 pm
424
This very nifty application can use autotrace to create font outlines: http://pfaedit.sourceforge.net/ It aims to be a free Fontographer, without the...
Stewart C. Russell
stewart@...
Jul 31, 2001 1:04 pm
425
Good idea! ... -- GMXler aufgepasst - jetzt viele 1&1 New WebHosting Pakete ohne Einrichtungsgebuehr + 1 Monat Grundgebuehrbefreiung! ...
Martin Weber
martweb@...
Jul 31, 2001 1:45 pm
426
Hi! I noticed Autotrace kinda sorta traces truecolor images-- you can quantize an image to a limited palette and that works great for line art, but not so...
David A. Bartold
foxx@...
Aug 12, 2001 3:03 pm
427
Yes I am very interested and will test it. Thanks Martin ... -- Aufgepasst - jetzt viele 1&1 New WebHosting Pakete ohne Einrichtungsgebuehr + 1 Monat...
Martin Weber
martweb@...
Aug 12, 2001 6:17 pm
428
Ok, here's the test code. It needs glib but only for its typedefs and g_new/g_free. To use: save a truecolor image as in.bmp in the same directory as the...
David A. Bartold
foxx@...
Aug 12, 2001 11:50 pm
429
I cooked up a 24-bit version of the code. It doesn't require color quantization and produces output similar to the 8 bit version of the code. I don't know...
David A. Bartold
foxx@...
Aug 14, 2001 2:25 am
430
Ok, I figured out that 8bit bitmaps in autotrace are greyscale and the 24bit ones are used for all color images. Here's despeckle.c written to autotrace's...
David A. Bartold
foxx@...
Aug 15, 2001 4:50 am
431
... How do you think that you have write-access to our CVS repository at sourceforge.net? It seems that autotrace developers who have write-access are so...
Masatake YAMATO
masata-y@...
Sep 3, 2001 9:53 pm
432
Sorry, I wanted to test the code, but was too busy, perhaps I'll check it next weekend. Martin ... -- GMX - Die Kommunikationsplattform im Internet. ...
Martin Weber
martweb@...
Sep 4, 2001 5:14 am
433
It is a very good program. I will add it to AutoTrace, but first we could think about how to improve t a bit. 1. Certain parts of text will disappear. What can...
Martin Weber
martweb@...
Sep 10, 2001 8:42 pm
434
I did some small modifications of the despeckle program. Please test it. 1. By exchanging <= with < I removed the problem that thin nonvertical or...
Martin Weber
martweb@...
Sep 12, 2001 9:44 pm
435
Hello, I apologize for not replying sooner.. I haven't had any free time at all the past weeks. ... This sounds like a problem you fixed below about the lines...
David A. Bartold
foxx@...
Sep 13, 2001 6:15 am
436
I know some of you have web sites that still link to the old AutoTrace homepage. Please update them to autotrace.sourceforge.net. Thanks Martin -- GMX - Die...
Martin Weber
martweb@...
Sep 14, 2001 7:42 am
437
I am looking for a dxf specialist who could help. 1. Developing a working dxf export filter for AutoTrace. 2. Who knows a free dxf viewer that supports cubic...
Martin Weber
martweb@...
Sep 17, 2001 11:15 am
438
Is there a dxf specialist who could help? 1. Who could help to get the dxf export working in AutoTrace? 2. Who could help Wolfgang Glunz for his dxf export in...
martweb@...
Sep 17, 2001 11:59 am
439
Can anyone adopt the png import to libpng-1.2.0? Thanks Martin...
martweb@...
Sep 19, 2001 8:44 am
440
David's very good despeckle program seems to have a bug. If I choose the adaptive_feature_coalescing = 0.0 all works fine if I choose despeckle_level = 6, but...
Martin Weber
martweb@...
Sep 19, 2001 7:26 pm
441
When saving centerlines in .sk format, I don't think there should be a bC() at the end of the bezier... this makes them closed curves. Oddly, this doesn't...
Jerritt Collord
collord@...
Sep 22, 2001 10:49 pm
442
... No, it's probably due to me being too lazy to update the sk-output filter of AutoTrace when the centerline tracing was introduced :) . I haven't looked at...
Bernhard Herzog
bh@...
Sep 24, 2001 10:35 am
443
Hi Masatake, please add this to cvs. Martin ... be a ... Oddly, ... exported to ... crept in as ... I ... at ... implemented, ... http://intevation.de/ ... ...
martweb@...
Oct 2, 2001 6:57 am
444
I'm sorry to be late. I've just commited....
Masatake YAMATO
masata-y@...
Oct 2, 2001 4:40 pm
445
Hi all, I've commited some code. New options: --despeckle-level --despeckle-tightness I've commited to the repository despeckle function forwarded by Martin. ...