I'm sorry that I sent broken image file. I've put the iamge used in test at compilefarm to http://www.gyve.org/~jet/frontline/panda.ppm Masatake...
Masatake YAMATO
masata-y@...
Jan 2, 2002 8:36 am
522
Happy new year! I've added new option flags to autotrace to make easy debug image loader. Invoking autotrace wiht --debug-bitmap generates <input>.bitmap. e.g....
Masatake YAMATO
masata-y@...
Jan 2, 2002 10:13 am
523
I've committed new exception handling code that is mainly designed by Martin. Now fit.c uses new exception handling code. I'm working on input.c and output.c. ...
Masatake YAMATO
masata-y@...
Jan 4, 2002 8:16 pm
524
The input and output is different on OS/390. Could anyone adopt AutoTrace to OS/390? Thanks Martin -- GMX - Die Kommunikationsplattform im Internet. ...
The binary input and output is endian dependent. Can anyone test the binary tga, bmp, pnm, pbm and ppm input and the emf and cgm output on a big endian system....
This doesn't seem to do anything; am I right? It's fairly easily fudged if you stick 72 your_dpi_here div dup scale after the %%BeginSetup, stick a showpage at...
Stewart, if I'm writing no meaningful things, let me know and talk to me more. I didn't understand well what you mean. ... --dpi option is only effected on emf...
Masatake YAMATO
masata-y@...
Jan 21, 2002 8:00 pm
528
... Ah, I see. It doesn't say that in the program help. It does work nicely in emf mode, I will admit that. Stewart...
Hi, if you give use some more infos we could also implement it for other output formats like eps. Martin ... -- GMX - Die Kommunikationsplattform im Internet. ...
It would be nice if you adopt the C code and send it directly to me. Martin ... -- GMX - Die Kommunikationsplattform im Internet. http://www.gmx.net...
... Ok. I've just added the description abotu emf to help strings. Masatake...
Masatake YAMATO
masata-y@...
Jan 22, 2002 3:51 pm
535
Attached is a wee perl program I use to scale back Autotrace output to its original size. Documentation is in the source in POD format. This works for me, and...
I've run tests on sparc(32bit?, big endian) and alpha(64bit, little endian) at compilefarm.sourceforge.net. I've tested both non-centerline(outline?) and...
masata-y@...
Jan 27, 2002 6:43 am
537
Great! Could you also test the cgm and emf output. Thanks Martin...
... I need viewers for cgm and emf to test. Do you know viewers that runs on GNU/Linux?...
Masatake YAMATO
masata-y@...
Jan 31, 2002 12:00 am
539
Man page for autotrace is contributed by R. P. Channing Rodgers. And I've just commited the file to our CVS repository. Rick, Thank you. Masatake YAMATO...
Masatake YAMATO
masata-y@...
Jan 31, 2002 12:20 am
540
I do not know such viewers, but send the results to me and I will check. Byt the way there is a Linux version of CorelDraw which load such files. Martin...
Dear Masatake, I think the testing of emf and cgm output can be done much simpler. The ouput has to be identical on all platforms byte for byte. So do just a ...
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...
... 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...
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...
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...
... 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...
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...
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...
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....