I've put `cancel point' mechanism. ========================= /* notify_progress is called repeatedly inside at_splines_new_full to notify the progress of the...
Masatake YAMATO
masata-y@...
Nov 11, 2001 8:55 am
450
There is a real bug in AutoTrace, but currently I am very bussy and you will have to wait some time till I'll find the time to fix it. So if anyone has ...
I fixed the bug. Masatake please add it to the cvs (Changelog: fixed a problem in calculation of halftangent with cyclic curves). Han-Wen please test the code...
Dear Han-Wen, dear all, the following two errors have both the same reason, the filtering routine in fit.c If you use high values for filter-iterations small...
I need an idea how to improve the fitting quality for small letters. One other problem is that a single point should give a circle after fitting (composed by...
Hi, I'd like to remove types.h that is installed as a header file of autotrace library. Types defined in types.h might cause type name conflicting if ...
Masatake YAMATO
masata-y@...
Nov 19, 2001 10:14 pm
457
I have a new code for despeckling images. I want to use it in AutoTrace. It works well with indexed images. Then I ported it to 24 bit. The new code doesn't...
... I've added ptypes.h in which autotrace local private types are defined. I think no type name conflicting occurs now. Masatake...
Masatake YAMATO
masata-y@...
Nov 21, 2001 1:18 am
461
I've removed the last global variable `at_centerline' that makes libautotrace.a thread unsafe. centerline is now in fit opts. Buy 4 processors machine from...
Masatake YAMATO
masata-y@...
Nov 21, 2001 1:27 am
462
We need a cgm export for AutoTrace. Could anyone help?...
Soon there will be a new release of AutoTrace. So please checkout the cvs and tell me if all works for you so we can find any bugs before releasing it. Thanks ...
... Here a snapshot for one who cannot have CVS access: ftp://ftp.gyve.org/pub/snapshot/autotrace-0.28pre1.tar.gz Masatake...
Masatake YAMATO
masata-y@...
Nov 24, 2001 9:02 pm
465
I think we should not use FATAL macro in a library. Instead we should provide a way to return an error. How do you think?...
Masatake YAMATO
masata-y@...
Nov 24, 2001 9:04 pm
466
Testing 0.28 pre 1, when exporting as .fig files, all lines are saved as closed curves, thus the letter S turns into 8 due to the curve closing. Does anyone...
Dan Mills
dmills@...
Nov 24, 2001 10:02 pm
467
... Dan; Please forward an example source file to me. I'll try to fix it. Ian. ... Ian MacPhedran, Engineering Computer Centre, 2B13 Engineering Building,...
On Sat, 24 Nov 2001, Dan Mills wrote:
> Testing 0.28 pre 1,
> when exporting as .fig files, all lines are saved as closed curves,
> thus the letter S turns...
... Should I put the patch into our CVS repository? Contributors, I'm happy if you write a ChangeLog entry like: 2001-11-21 Masatake YAMATO <jet@...> *...
Masatake YAMATO
masata-y@...
Nov 28, 2001 2:52 am
470
Dear Masatake, I don't know much about fig but I think you should add the patch. Martin ... -- GMX - Die Kommunikationsplattform im Internet. ...
... I've just commited wtih following log: 2001-11-28 Ian MacPhedran <Ian_MacPhedran@...> * output-fig.c (out_fig_splines): introduce new local...
Masatake YAMATO
masata-y@...
Nov 28, 2001 8:15 am
472
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....