The AutoTrace cvs contains new code for exporting dxf. When using no splines all works well but when using splines in the generated files the files cannot be...
I'll work on a project named autopack. The goal of autopack is to add rpm, deb, pkg and so on to Makefile generated from automake as targets. If you interested...
Masatake YAMATO
masata-y@...
Dec 8, 2001 2:40 am
474
AutoTrace 0.28 is out. Several bugfixes, Progress bar, Cancel point, Efforts to make libautotrace.a thread-safe, Clean up library name space (all exported ...
AutoTrace 0.28 was developed on a 32 bit platform using little endian. Please test it also on 64 bit and with big endian and tell me if all works right. Thanks...
... What I'd like to do: - library related: -- shared library on UNIX variants with using libtool -- input/ouput plugin - GUI related -- gnome canvas based GUI...
Masatake YAMATO
masata-y@...
Dec 12, 2001 10:17 am
478
That are good ideas. 1. shared library on UNIX variants with using libtool: We should also do something similar for Windows that means we should use dlls. 2....
... Before making shared library, I'd like to clean up APIs. ... As a first step, I'd like to split libautotrace.a into libautotrace_input.a and...
Masatake YAMATO
masata-y@...
Dec 13, 2001 5:50 pm
480
As a first step, I'd like to split libautotrace.a into libautotrace_input.a and libautotrace_output.a. You mean you wan to split in libautotrace_input.a,...
... Yes. But I'd like to use the name libautotrace.a instead of libautotrace_core.a. I'll show the interface between libautotrace.a and libautotrace_input.a; ...
... doesn't work at all for me: $ autotrace foo.pbm > foo.eps fatal: Unsupported inputformat what's up? I don't have magick or PNG -- don't need 'em with PNM. ...
Sorry, there is currently a bug. All inport formats that are directly supported by AutoTrace must have an uppercase extension. So do: $ autotrace foo.PBM >...
... argh, that breaks all my scripts that use autotrace, and I suspect other programs (pfaedit, textrace) too. ... which I can't access -- I love firewalls ;-(...
But you have access via the web interface: http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/autotrace/autotrace/ ... -- GMX - Die Kommunikationsplattform im...
It seems that the output format is not selected automatically from the output file name. ./autotrace ~/pencam001.ppm --output=bar.svg above command line...
Masatake YAMATO
masata-y@...
Dec 18, 2001 12:40 pm
490
You mean -output-file bar.svg instead of --output=bar.svg, but you are right. We should add something like that, but be aware that we will have some confusion...
... Yes. I should write "-output-file bar.svg". ... ...I understand why you didn't implement such a function:) However, I think such a function is really...
Masatake YAMATO
masata-y@...
Dec 19, 2001 5:02 am
492
You are right. Here an other idea. First the outputformat, then the outputextension. What do you think of? {"dxf12", "dxf, "DXF format (without splines)",...
... Could you expalin more? {"dxf12", "dxf, "DXF format (without splines)", output_dxf12_writer}, {"dxf14", "dxf, "DXF format (with splines)" ,...
Masatake YAMATO
masata-y@...
Dec 19, 2001 7:13 am
494
Sorry, when the user doesn't specify the format explicitely we should use the first one with the extension dxf that we find in the list and that would be dx12....
Just commited. 2001-12-19 Masatake YAMATO <jet@...> * main.c (read_command_line): Used output_get_handler_by_suffix. (main): Use at_output_get_handler. ...
Masatake YAMATO
masata-y@...
Dec 19, 2001 8:47 am
498
A Merry Xmas and a Happy New Year to all of you. Martin...