To use autogen.sh you have to install at least (1) automake, (2) glib2 or glib2-devel rpm package, and (3) pstoedit...
Masatake YAMATO
jet@...
Jan 23, 2005 5:32 pm
1140
Thanks for your quick reply. Much appriciated. I've installed the packages (e.g. I've moved to RH8) and get the remaining errors. Please advice. Thanks. ...
Hello, I'm exploring your wonderful tool, Autotrace. I have a problem with the latest build (0.31.1) on windows. Autotrace will crash if you use some of the...
Martin Weber
martweb@...
Jan 28, 2005 2:09 pm
1142
Hi Craig, please find, at the bottom of the mail, the output of autotrace 0.31.1 when run unter Linux using "autotrace -help". Note that I experienced similar...
Markus Meyer
meyer@...
Jan 28, 2005 2:29 pm
1143
I just started using autotrace and like it a lot... but I have two questions regarding problems Im having. 1) I cannot find a way to eliminate rounded...
Hello autotrace List, I have just finished a first working version out the "output_ild_writer". This output module is based on the "output_plt_writer" and the ...
... The problem is not clear for me. What is "the first data"? Autotrace's output modules(e.g. svg, pdf) can write the whole out spline structures witnout...
Masatake YAMATO
jet@...
Feb 12, 2005 5:16 pm
1147
I don't know the specifics of your question, but in general, I understand your issue. This is very common when working with data structures in memory and then...
... These are Microsoft specific, and do not work on the GNU compilers where structure attribute tags are used instead. I suspect that the real problem is a...
Dan Mills
dmills@...
Feb 13, 2005 12:38 pm
1149
Indeed there is a "extern C" around the structure definitions in autotrace.h and it is placed into the code when preprocessor "__cplusplus" is defined. ...
LaserBoy is an OpenSourse Linux laser art application and programming API. What it does is not as important of a question as how it does it. It is a set of C++...
Hi all, during the developement of AutoTrace I was often asked what do do with noisy pictures. Till know I was not able to develope a really good denoising...
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. ...