It's a command-line program. as it says, use "-help" run the exe with "-help" on the command line and it will tell you the options you can put on the command...
1196
richard barwell
bty568635
Jun 18, 2007 9:59 pm
Hi, Firstly, thanks to Ian MacPhedran for helping sort my previous syntax problem. Now I have a new problem! I downloaded and unzipped autotrace.0.31.1-w32,...
1195
richard barwell
bty568635
Jun 13, 2007 10:35 pm
Hi, I'm new to a lot of this, and haven't used DOS for so long Ive forgotten most of it, so I may be out of my depth here... I have a PC running Windows ME,...
1194
scomodo
Dec 20, 2006 10:12 am
... yes, i have ming-0.3.0-i686-1 (on slackware 11) ... i compiled ming with --prefix=/usr ... ./configure --prefix=/usr --without-ming i get the same error...
1193
Masatake YAMATO
jet@...
Nov 21, 2006 3:53 pm
Did you install ming? SWFMovie_add may be part of ming. If you, which directory you installed it? I cannot remember but, maybe you can turn off ming support in...
1192
scomodo
Nov 20, 2006 7:24 pm
i got this error, could anybody help me? gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/include -O2 -march=pentium4 -mmmx -msse -msse2 -c output-swf.c...
1191
Martin Weber
martweb@...
Oct 23, 2006 4:02 pm
Hallo Martin, anbei die Sources für die DXF-Ausgabe. Die erzeugten Splines werden zu Liniensegmenten (nach B-Spline 4.ter Ordnung) konvertiert. Dies ergab die...
1190
Martin Weber
martweb@...
Oct 23, 2006 4:00 pm
The spline record is ok, but the rest of the DXF R14 file is wrong. Writing R14 files is rather complex. You need to get the handles right, add an OBJECT...
1189
martweb2000
Oct 23, 2006 10:14 am
What is faster - using the glib or stl? ... Some...
1188
Masatake YAMATO
jet@...
Oct 23, 2006 9:30 am
... I can do nothing with pure C :-P Here is the code from glib/glib/garray.c: static void g_array_maybe_expand (GRealArray *array, gint len) { guint...
1186
martweb2000
Oct 23, 2006 8:45 am
Can we do something similar in pure C without using that lib? Some simple example code? ... have the ... know ... very ... more,...
1185
Masatake YAMATO
jet@...
Oct 23, 2006 8:35 am
Hi, ... If you allocated n byte with realloc last time and you need n+1 or more, allocate 2*n with realloc. realloc already does so? STL does something more...
1184
martweb2000
Oct 23, 2006 7:22 am
I am looking for a better way creating dynamic arrays in C. I have the following problem. First I create an array with the size 1 then I resized it to size 2...
1183
martweb2000
Oct 23, 2006 5:57 am
Thanks for your replies. One problem of the dxf output how the cubic splines should be handled. The current solution is not very good, so if you have a good...
1182
James Lehman
jameslehman1964
Oct 23, 2006 12:47 am
I have just spent a fair amount of time working on both DXF input and output for my laser vector art application, LaserBoy. It can read a reasonable subset of...
1181
Lawrence Morrell
lmorrell@...
Oct 22, 2006 9:11 pm
Thanks man, I do have info on Dxf. Are you developing. auto trace to be mac compatible? http://www.autodesk.com/techpubs/autocad/acad2000/dxf/dxf_format.htm ...
1180
Martin Weber
martweb2000
Oct 22, 2006 7:30 pm
I am the maintainer and programmer of AutoTrace. A very long time I was not able to develope AutoTrace any further because of lack of time. No I plan to...
1179
Lawrence Morrell
lmorrell@...
Apr 2, 2006 5:28 pm
Hi martin, Tried it but isn't written completely. won't load or run, some programmers said I had to do stuff , did it . didn't work. Let me know if you get it...
1178
tommckearney
Mar 24, 2006 12:44 pm
I sent this message directly to the email address on Autotrace's homepage, but, since it doesn't seem to have been actively developed for quite a while, I...
1177
Barry Patterson
barlo00001
Feb 1, 2006 12:08 am
It looks like Autotrace has been thrown in with a Delineate package for OS X. Delineate = front-end GUI for Autotrace & POTrace ...
1176
Martin Weber
martweb2000
Jan 31, 2006 7:21 pm
Hi Martin Just wondering if it is possible to down load files to run this from a mac? Regards Studio Argon Promotions 020 8336 1297 www.argonpromo.co.uk...
1175
Yossi David
yossidme
Jan 25, 2006 7:21 am
After a bunch of experimenting, I finally have AutoTrace and Delineate working on my XP machine. I am using AutoTrace 0.31 and Delineate 0.5. 1. I already had...
1174
Hank
bizowner603
Dec 24, 2005 8:24 am
Hi all: I have used autotrace online and love it, but unfortunatly the site seems to be having some problems for the past two weeks. I am trying to install it...
1173
Martin Weber
martweb@...
Nov 2, 2005 9:22 am
Hi Martin! Have you considered of allowing Autotrace to have an input from a pipe? Thus making following kind of commands possible: convert -gamma 1.5 foo.png...
1172
gerhard
ggrubbish
Oct 20, 2005 8:26 pm
... Is he still working on autotrace? regards Gerhard...
1171
gerhard
ggrubbish
Oct 20, 2005 7:54 pm
... Give it a try and do a search on your own: http://www.google.com/search?hl=en&q=autotrace+download Please, try the first link in which the word...
1170
martweb@...
martweb2000
Oct 20, 2005 3:32 am
hi martin - i'm an artist who is not very computer savvy. i want to download autotrace but haven't found out where to get it. can you help or is it too...
1169
Ramon
maxxtc2
Oct 19, 2005 8:07 pm
Hi, I want to use autotrace in my vb application. How can I do this? I want to take an image from picturebox1 and convert it to ILDA. Thanks for your help. ...
hi Martin, I've just downloaded the latest autotrace tarball (0.31.1) and went to compile it. I have ImageMagick 6.0.2 installed, but unfortunately the...