To enhance AutoTrace so it supports color a color quantization is necessary. There are methods like octree, Wu, median cut ... All these do not lead the...
Martin Weber
martweb@...
Apr 6, 2000 5:32 am
110
Who helps to create an export filter for svg and swf (with help of Macromedia Flash SDK)? Martin...
Martin Weber
martweb@...
Apr 7, 2000 10:56 am
111
... Martin> Who helps to create an export filter for svg and swf (with Martin> help of Macromedia Flash SDK)? I can help with svg export, although my C is...
Taco Hoekwater
taco.hoekwater@...
Apr 7, 2000 11:15 am
112
Wonderfull if you would do this. Please keep color support in mind because I will add it later....
Martin Weber
martweb@...
Apr 7, 2000 7:51 pm
113
Happy Easter to all of you. Martin...
Martin Weber
martweb@...
Apr 23, 2000 6:20 am
114
Thnx! And you too......
olegarch
olegarch@...
Apr 24, 2000 8:18 pm
115
There is a bug in input-pnm.c. It can read binary pnm, ppm, pbm and pgm files but not the same in ASCII format. You can generate such files with GIMP or...
Martin Weber
martweb@...
Apr 28, 2000 12:06 am
116
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...