Well, that's me about to emigrate to Canada. I'll be off the net for a bit. Thanks for developing such a nifty program. cheers, Stewart -- Stewart C. Russell...
AutoTrace has several weaknesses so we have to do some redesigns. One will be to add a new way to handle lists. This could be either done using STL or glib....
... Could you elaborate more on this? I know this is mainly a problem of mine, since I've not been able to study autotrace sources deeply, but knowing where...
If you met a trouble with autofig during building autotrace, forgive me. You might fail to build autofig because its Makefile.am is broken. I've updated its...
Masatake YAMATO
masata-y@...
Mar 14, 2002 7:35 pm
556
Here some things that came to my mind: 1.) Bad list management, that means the generation of lists is time consuming and fragmentates the main storage. 2.)...
Currently AutoTrace could export to the most importand vector graphic formats. So please tell me if you have certain formats you want to be supported by ...
... I'd like to support gdk-pixbuf for posix platforms. ... gdk-pixbuf can take import a filter as a plugin. freeimage cal also take import a filter as a...
Masatake YAMATO
masata-y@...
Mar 15, 2002 8:32 am
559
... Hmmm... I'm starting to "integrate" AT with my cartoon program, and I'm planning on using the QT functions to load images, convert the bitmaps to AT format...
... sodipodi add-in has just worked. http://autotrace.sourceforge.net/frontline/frontline.png The standalone program needs more work. I'll register FRONTLINE...
Masatake YAMATO
masata-y@...
Mar 15, 2002 9:52 pm
561
... I've just put tar.gz at sourceforge.net. http://autotrace.sourceforge.net/frontline/frontline-0.2.1.tar.gz See README in the tar.gz. Masatake...
Masatake YAMATO
masata-y@...
Mar 17, 2002 5:35 pm
562
There is a bug in emf export. Here an example that leads to correct eps files but to wrong emf files when using AutoTrace. Can anyone fix the bug?! Martin...
Hi, ... Interesting. Any comments and requests for autotrace.h are welcome. I'd like to provide better function sets to access the output splines. Currently, a...
Masatake YAMATO
masata-y@...
Mar 19, 2002 6:52 pm
564
... Seems to be ok, it contains all the useful stuff, clearly described. ... I still have to test this, since I've been caught in other problems (from ...
I`ve put a first prelease for 0.30 at http://autotrace.sourceforge.net/snapshots/autotrace-0.30pre1.tar.gz Please test. Masatake YAMATO...
Masatake YAMATO
masata-y@...
Mar 20, 2002 10:29 am
566
This time we really want to make a rock solid version. So please test it with all images and all compilers you can get!!!!!!! Thanks Martin ... -- GMX - Die...
I think output routines in autotrace migth be really useful for other programmer. How do you think split output routines and autotrace, and make a separate...
Masatake YAMATO
masata-y@...
Mar 20, 2002 12:26 pm
568
Good idea for new versions! ... -- GMX - Die Kommunikationsplattform im Internet. http://www.gmx.net...
Dear Masatake, if we make this changes in future versions of AutoTrace we will need glib in the core libary only for the list management. So my proposal. We...
... (this==separating input and output routines from autotrace core.) I think it is ok to use STL internal of autotrace if the libary interface exported as C...
Masatake YAMATO
masata-y@...
Mar 21, 2002 12:52 pm
571
You can declare a function as "C". That is no problem, so the interface can stay C even if C++ is used internally. If you need an example I can tell you. ...
Currently we have a very inefficient bitmap handling. 1.) Bitmaps have to fit completely into memory 2.) If I have a 1 bit, 2 bit or 4 bit bitmap a lot of...
... I have to modify Makefile.am/configure.in. I'll inspect it. ... We should use freeimage. The reasons are (1) we can use freeimage under GPL; we can link...
Masatake YAMATO
masata-y@...
Mar 21, 2002 3:18 pm
574
We have not released 0.30 yet, however... 1. Freeimage and/or gdk-pixbuf(Thanks for GPL) ... 2. Input routines for Freeimage and/or gdk-pixbuf (Masatake?) ...
Masatake YAMATO
masata-y@...
Mar 21, 2002 3:33 pm
575
... How many other library do these two depend on? I mean, usually gtk libs do depend on many other gtk libraries. I'd like to avoid the situation where I have...
As Masatake already said we could make the output filters an extra library. Two things about that: 1.) I would like to put this vector graphics library under...
... I see. However, I have to get confirms this to the authors of each output functions. ... We have some codes that have worked with autotrace:) Just a...
Masatake YAMATO
masata-y@...
Mar 23, 2002 4:20 pm
578
Could you complete following lists? Of course, free software is appreciated than proprietary software. * Tools for debugging output eps: ghostscript sk:...
Masatake YAMATO
jet@...
Mar 27, 2002 7:25 pm
579
eps: ghostscript, Illustrator, CorelDraw sk: sketch emf: CorelDraw, Illustrator, StarOffice, OpenOffice and Microsoft Office. svg: sodipodi, CorelDraw,...
Hello group, I have downloaded the demo AutoTrace zip file from internet and extracted the files from the zip file. My problem is that I don't know how to...
Sorry for late to answer. And thank you for your commmets. ... I'll use gdk-pixbuf-0.7 that is not part of gtk+-2.0. I think the most of GNU/Linux distro...