Hi Martin I know nothing about coding so this may be a problem with deliniate rather than autotrace (ie not ur problem!) but the windows version of ...
Now I understand. I hope someone on the autotrace mailing list will be abe to help. Greetings Martin Thanks for your help. I think I'm confusing you. I use the...
Hi all, I am developing a tool and i am using autotrace library to get vector file from bmps. My code is working well, but in the output i am not able to get a...
Hi all, I am developing a tool and i am using autotrace library to get vector file from bmps. My code is working well, but in the output i am not able to get a...
Fix this regexp in configure.in: case $MAGICK_VERSION in [[01234]] | [[01234]].* | 5.[[01]]* | 5.2.0* ) AC_MSG_RESULT(no($MAGICK_VERSION)) AC_MSG_WARN([***...
Masatake YAMATO
jet@...
Jul 4, 2005 2:03 pm
1161
_________________________________________________ Thomas Neubert <neubert@...> schrieb: _________________________________________________ Dear...
You just extract to a folder and use the EXE that is there. Try drag and drop to it, or run from the command line with options. ... .bat files are your friend...
Hello, I've updated the ILDA file output module that Arjan van Vught has posted to this list in february a little. It now includes some optimisations to make...
... Applied thanks. I've put your name, Robin Adams to ChangeLog and THANKS file. Should I put the name, Arjan van Vught, too? (I'm soryy. I didn't track this...
Masatake YAMATO
jet@...
Sep 19, 2005 8:51 am
1166
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...
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'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...
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...
Martin Weber
martweb@...
Nov 2, 2005 9:22 am
1174
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...
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...
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...
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...
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...
Lawrence Morrell
lmorrell@...
Apr 2, 2006 5:28 pm
1180
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...
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 ...
Lawrence Morrell
lmorrell@...
Oct 22, 2006 9:11 pm
1182
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...
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...
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...
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...