Search the web
Sign In
New User? Sign Up
autotrace
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 552 - 581 of 1209   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
552
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...
Stewart C. Russell
scrussatwork
Offline Send Email
Mar 4, 2002
10:39 am
553
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....
Martin Weber
martweb2000
Offline Send Email
Mar 14, 2002
10:08 am
554
... 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...
rob@...
r_maurizzi
Offline Send Email
Mar 14, 2002
3:53 pm
555
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@...
Send Email
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.)...
Martin Weber
martweb2000
Offline Send Email
Mar 15, 2002
6:31 am
557
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 ...
Martin Weber
martweb2000
Offline Send Email
Mar 15, 2002
8:06 am
558
... 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@...
Send Email
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...
rob@...
r_maurizzi
Offline Send Email
Mar 15, 2002
1:43 pm
560
... 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@...
Send Email
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@...
Send Email
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...
Martin Weber
martweb2000
Offline Send Email
Mar 18, 2002
3:55 am
563
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@...
Send Email
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 ...
rob@...
r_maurizzi
Offline Send Email
Mar 19, 2002
9:06 pm
565
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@...
Send Email
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...
Martin Weber
martweb2000
Offline Send Email
Mar 20, 2002
11:18 am
567
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@...
Send Email
Mar 20, 2002
12:26 pm
568
Good idea for new versions! ... -- GMX - Die Kommunikationsplattform im Internet. http://www.gmx.net...
Martin Weber
martweb2000
Offline Send Email
Mar 20, 2002
12:42 pm
569
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...
Martin Weber
martweb2000
Offline Send Email
Mar 21, 2002
12:12 pm
570
... (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@...
Send Email
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. ...
Martin Weber
martweb2000
Offline Send Email
Mar 21, 2002
1:30 pm
572
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...
Martin Weber
martweb2000
Offline Send Email
Mar 21, 2002
1:41 pm
573
... 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@...
Send Email
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@...
Send Email
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...
rob@...
r_maurizzi
Offline Send Email
Mar 21, 2002
5:31 pm
576
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...
Martin Weber
martweb2000
Offline Send Email
Mar 22, 2002
6:33 am
577
... 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@...
Send Email
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@...
Send Email
Mar 27, 2002
7:25 pm
579
eps: ghostscript, Illustrator, CorelDraw sk: sketch emf: CorelDraw, Illustrator, StarOffice, OpenOffice and Microsoft Office. svg: sodipodi, CorelDraw,...
Martin Weber
martweb2000
Offline Send Email
Mar 27, 2002
9:51 pm
580
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...
namiri2001
Offline Send Email
Mar 28, 2002
11:38 pm
581
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...
Masatake YAMATO
jet@...
Send Email
Mar 31, 2002
11:33 am
Messages 552 - 581 of 1209   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help