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

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 542 - 574 of 1209   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
542
I am attempting to compile and execute Autotrace on a Macintosh running Mac OS X. Is there anything I should know about before entering upon this fools...
Martin Weber
martweb2000
Offline Send Email
Feb 2, 2002
8:42 pm
543
... Well, just be aware that Autotrace depends on other library's/applications for much of it's input/output functionality. Unless you also compile and install...
Adrian Simmons
adrianatcubitum
Offline Send Email
Feb 2, 2002
9:30 pm
544
Ok, I now have Autotrace working on OS X. I use Fink to install a lot of open source/gnu/*nix software: <http://fink.sourceforge.net/doc/porting/index.php> One...
Adrian Simmons
adrianatcubitum
Offline Send Email
Feb 2, 2002
11:06 pm
545
oops. In my last post neglected to say that /sw is where fink installs everything, not the usual /usr hierarchy. And of course that I did 'make' after...
Adrian Simmons
adrianatcubitum
Offline Send Email
Feb 2, 2002
11:35 pm
547
... I've noticed several PDF readers take exception to Autotrace's PDF output. gv won't read it at all, xpdf complains about broken xref tables (as does...
Stewart C. Russell
scrussatwork
Offline Send Email
Feb 4, 2002
8:45 am
549
You are right, there are no xref tables. Can anyone tell me how to create such tables at the beginning of the document. I would like to add this in the next...
Martin Weber
martweb2000
Offline Send Email
Feb 4, 2002
2:02 pm
550
Normally such tables are created at the end of a document, since you need to know the file positions (in terms of bytes) of the individual pdf objects. In case...
Glunz Wolfgang
wglunz
Offline Send Email
Feb 4, 2002
4:26 pm
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
Messages 542 - 574 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