1. I need implementations of the following or similar algorithms. Can anyone help? http://www.cs.bell-labs.com/who/hobby/pubs.html Smoothing Digitized Contours...
Martin Weber
martweb@...
May 5, 2000 7:10 am
117
How wants to help to create new export filters for AutoTrace or create a font editor or do some other improvements. Martin...
Martin Weber
martweb@...
Jun 5, 2000 10:30 am
118
... libautotrace.so! Masatake...
Masatake YAMATO
masata-y@...
Jun 5, 2000 10:33 am
119
I've worked on a backend which generates the intermediate format used within pstoedit. Using this backend you then can use all the drivers available in...
Glunz Wolfgang
Wolfgang.Glunz@...
Jun 5, 2000 6:29 pm
120
Ja ich bin außerordentlich daran interessiert und kann es auch gerne testen. Gruß Martin...
Martin Weber
martweb@...
Jun 5, 2000 8:00 pm
121
Can anyone write an export filter to swf for AutoTrace without using libswf? Thanks Martin -- Sent through GMX FreeMail - http://www.gmx.net...
Martin Weber
martweb@...
Jun 8, 2000 10:59 am
122
... Funnily enough, someone posted an LGPLed swf library on freshmeat today. I'll take a look at it over the weekend. If anyone else is interested, it lives at...
Kevin O' Gorman
k_ogorman@...
Jun 8, 2000 2:00 pm
123
Has anyone some knowledge about MAC programming. How to port AutoTrace to MAC....
Martin Weber
martweb@...
Jun 22, 2000 9:47 pm
124
The DXF export for AutoTrace is rudimentary. Does anyone know how to change it so it works....
Martin Weber
martweb@...
Jun 22, 2000 9:47 pm
125
Dear Kevin, is there an easy way to take only the needed parts to create an swf export filter with this? Thanks Martin...
Martin Weber
martweb@...
Jun 22, 2000 9:47 pm
126
... Once on it, I guess this list is the group of folks to ask: Anybody out there who would point me to the sources of a free dxf -> (s)ps converter? I keep...
Stefan A. Deutscher
sad@...
Jun 23, 2000 11:16 am
127
Von: Martin Weber <martweb@...> An: autotrace@egroups.com <autotrace@egroups.com> Datum: Donnerstag, 22. Juni 2000 23:49 Betreff: [AutoTrace] DXF ... I...
Reini Urban
rurban@...
Jun 23, 2000 12:28 pm
128
Is anyone interested in making autotrace a shared library? Martin, what the best way to merge shared library to autotrace official distribution? Or should I...
Masatake YAMATO
masata-y@...
Jun 30, 2000 9:20 am
129
Yes, I am interested. So the commandline version and the GUI could use the same library. Do you have own ideas or is it divided like in the README? Martin ... ...
Martin Weber
martweb@...
Jun 30, 2000 10:45 am
130
... Yes. ... I read README, however it is outdated. The library should contain current version of autotrace - main() - command line option parser. In other...
Masatake YAMATO
masata-y@...
Jun 30, 2000 5:30 pm
131
... I think it would be worthwhile to put the export filters either into the main program or into a separate shared library. An extension of Sketch that uses...
Bernhard Herzog
herzog@...
Jun 30, 2000 8:58 pm
132
... It seems that I should split autotrace two or three shared libraries. Where could I get the extension? It is part of Sketch it self? ... I did't looked at...
Masatake YAMATO
masata-y@...
Jul 1, 2000 5:59 am
133
... One could even think of making each (or a set of) export filter(s) an own shared library working as "plug-in". This way it get's first a bit easier to...
Wolfgang Glunz
Wolfgang.Glunz@...
Jul 1, 2000 10:00 am
134
There are some bugs in fit.c in the filter part. It depends on the picture and on filter_percent. Can anyone have a look at that. Martin...
Martin Weber
martweb@...
Jul 3, 2000 10:44 am
135
... The same applies to the import filters for the raster images. ... It doesn't exist yet. I was just giving an example of why it would be a good idea not to...
Bernhard Herzog
herzog@...
Jul 3, 2000 8:27 pm
136
... I see. External bitmap format -> internal bitmap format: libautotrace_bitmap.so Internal bitmap format->internal vector format: libautotrace_core.so ...
Masatake YAMATO
masata-y@...
Jul 3, 2000 9:48 pm
137
... I'd like to know about "self-registering objects" more. Any reference or web page? Or should I read the source files of pstoedit? I cannot find it in a...
Masatake YAMATO
masata-y@...
Jul 3, 2000 9:57 pm
138
It's also known as "pluggable factories" (http://www.creport.com/archive/9910/html/from_pages/index.shtml) An old article that is quite nice to read and fits...
Glunz Wolfgang
Wolfgang.Glunz@...
Jul 4, 2000 12:26 pm
139
Why not use a plugin concept like in GIMP (www.gimp.org)? ... -- Sent through GMX FreeMail - http://www.gmx.net...
Martin Weber
martweb@...
Jul 4, 2000 12:32 pm
140
... [Glunz Wolfgang] See http://www.ddj.com/articles/1998/9808/9808toc.htm There you also find some source code. Wolfgang...
Glunz Wolfgang
Wolfgang.Glunz@...
Jul 4, 2000 12:34 pm
141
Dear Masatake. okay, okay. Currently I am very bussy, so it will take some time for fixing bugs till I'll give you the new code. You can use utilities such as ...
Martin Weber
martweb@...
Jul 5, 2000 9:20 am
142
The quality of AutoTrace is very good but the speed is poor. Any ideas how to speed up the code? Martin...
Martin Weber
martweb@...
Jul 5, 2000 5:20 pm
143
... I have no problem at all with the speed. A minute or so for a full page complex image I can live with. As regards the rendering of generated EPS files,...
Stewart C. Russell
stewart@...
Jul 6, 2000 9:09 am
144
The tracing quality for sansserif fonts is nearly optimal. What has to be changed (code, parameters) so it is also optimal for serif fonts? Martin -- Sent...
Martin Weber
martweb@...
Jul 6, 2000 12:11 pm
145
Martin, thank you for your reply. ... I'll use these tools. ... However, we should be careful to use some makefile and/or headers. I think they are not easy to...