... 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...
419
Bob Foley
bobfoley@...
Jul 14, 2001 5:01 pm
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...
420
Martin Weber
martweb@...
Jul 14, 2001 7:43 pm
It runs on Linux, other Unixes, Windows 98/NT / 2000 and MAC. The Windows 98 version can be found at: ...
421
Bob Foley
bobfoley@...
Jul 14, 2001 9:11 pm
Danke, Martin. ... From: Martin Weber To: autotrace@yahoogroups.com Sent: Saturday, July 14, 2001 3:45 PM Subject: Re: [AutoTrace] AutoTrace question It runs...
422
Bob Foley
bobfoley@...
Jul 14, 2001 10:17 pm
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...
423
Martin Weber
martweb@...
Jul 15, 2001 3:59 pm
It is a console application. Try for example autotrace test.bmp > test.eps in a DOS-Box...
424
Stewart C. Russell
stewart@...
Jul 31, 2001 1:04 pm
This very nifty application can use autotrace to create font outlines: http://pfaedit.sourceforge.net/ It aims to be a free Fontographer, without the...
425
Martin Weber
martweb@...
Jul 31, 2001 1:45 pm
Good idea! ... -- GMXler aufgepasst - jetzt viele 1&1 New WebHosting Pakete ohne Einrichtungsgebuehr + 1 Monat Grundgebuehrbefreiung! ...
426
David A. Bartold
foxx@...
Aug 12, 2001 3:03 pm
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...
427
Martin Weber
martweb@...
Aug 12, 2001 6:17 pm
Yes I am very interested and will test it. Thanks Martin ... -- Aufgepasst - jetzt viele 1&1 New WebHosting Pakete ohne Einrichtungsgebuehr + 1 Monat...
428
David A. Bartold
foxx@...
Aug 12, 2001 11:50 pm
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...
429
David A. Bartold
foxx@...
Aug 14, 2001 2:25 am
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...
430
David A. Bartold
foxx@...
Aug 15, 2001 4:50 am
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...
431
Masatake YAMATO
masata-y@...
Sep 3, 2001 9:53 pm
... 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...
432
Martin Weber
martweb@...
Sep 4, 2001 5:14 am
Sorry, I wanted to test the code, but was too busy, perhaps I'll check it next weekend. Martin ... -- GMX - Die Kommunikationsplattform im Internet. ...
433
Martin Weber
martweb@...
Sep 10, 2001 8:42 pm
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...
434
Martin Weber
martweb@...
Sep 12, 2001 9:44 pm
I did some small modifications of the despeckle program. Please test it. 1. By exchanging <= with < I removed the problem that thin nonvertical or...
435
David A. Bartold
foxx@...
Sep 13, 2001 6:15 am
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...
436
Martin Weber
martweb@...
Sep 14, 2001 7:42 am
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...
437
Martin Weber
martweb@...
Sep 17, 2001 11:15 am
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...
438
martweb@...
Sep 17, 2001 11:59 am
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...
439
martweb@...
Sep 19, 2001 8:44 am
Can anyone adopt the png import to libpng-1.2.0? Thanks Martin...
440
Martin Weber
martweb@...
Sep 19, 2001 7:26 pm
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...
441
Jerritt Collord
collord@...
Sep 22, 2001 10:49 pm
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...
442
Bernhard Herzog
bh@...
Sep 24, 2001 10:35 am
... 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...
443
martweb@...
Oct 2, 2001 6:57 am
Hi Masatake, please add this to cvs. Martin ... be a ... Oddly, ... exported to ... crept in as ... I ... at ... implemented, ... http://intevation.de/ ... ...
444
Masatake YAMATO
masata-y@...
Oct 2, 2001 4:40 pm
I'm sorry to be late. I've just commited....
445
Masatake YAMATO
masata-y@...
Oct 13, 2001 12:29 am
Hi all, I've commited some code. New options: --despeckle-level --despeckle-tightness I've commited to the repository despeckle function forwarded by Martin. ...
Dear Wladimir, sorry also next version will contain this bug. I'll try to fix the problem with the gaps but it will take a long time because large parts of the...
447
Masatake YAMATO
masata-y@...
Oct 30, 2001 12:41 pm
I think it is nice for interactive application if we can cancel running autotrace thread safely from another thread How do you think? I'll try to put "canncel...