Cool. Thanks. Please include a quick pointer to the web page with your messages, so one can go there right from the message. Built it on Tru64 (Alpha) with...
376
Martin Weber
martweb@...
Mar 23, 2001 6:37 pm
Hi Masatake, could you fix this problem? Martin...
377
Masatake YAMATO
masata-y@...
Mar 23, 2001 6:39 pm
... I can. How do we do about version number? I think we should not call the new version 0.27. 0.27a or 0.27.1 or...0.28? Masatake...
378
Stefan A. Deutscher
sad@...
Mar 23, 2001 6:47 pm
... Well, if the only fix is the makefile I'd say stick to the version number. Cheers, Stefan -- ...
379
Masatake YAMATO
masata-y@...
Mar 23, 2001 7:01 pm
Here is the patch for 0.27(in CVS RELEASE_0_27 is tagged.). This patch fixes the problems reported by Stefan A. Deutscher <sad@...> in Message-ID:...
380
Martin Weber
martweb@...
Mar 24, 2001 6:36 pm
Tell it 0.27a. Martin...
381
Martin Weber
martweb@...
Mar 24, 2001 7:45 pm
Due to compilation problems AutoTrace 0.27a is available now....
382
Martin Weber
martweb@...
Mar 26, 2001 7:42 am
I found that that using garray from glib for storing pixels is much faster than my lot of reallocs used for that. But using <vector> from STL is even faster....
383
Martin Weber
martweb@...
Mar 27, 2001 5:32 am
AutoTrace has some conceptual weaknesses, so I am planning to rewrite certain parts. Do you have any good ideas? The second thing is: How do I store a list of...
384
Masatake YAMATO
masata-y@...
Mar 30, 2001 6:13 am
... I've put RELASE_0_27a as the tag for AutoTrace 0.27a source code in our CVS repository. I'm sorry to ba late....
385
Masatake YAMATO
masata-y@...
Mar 30, 2001 1:50 pm
... Which implementation of STL do you use? Masatake...
386
Martin Weber
martweb@...
Mar 30, 2001 1:53 pm
I tried Microsoft's and the newest STLport....
387
Masatake YAMATO
masata-y@...
Mar 30, 2001 2:12 pm
I'd like to know the performance on GNU/Linux platform:) I'm happy if we can provide C interface of new C++ autotrace. Masatake...
388
Martin Weber
martweb@...
Apr 2, 2001 10:11 am
Currently I use ImgaeMagick for loading images for AutoTrace, but it is very slow. Should I use FreeImage (http://home.wxs.nl/~flvdberg/) or paintlib ...
389
Martin Weber
martweb@...
Apr 6, 2001 6:43 pm
I think it shouldn't be a great problem. You propably only need an adopted Makefile?! I am also very interested in porting but I do not have a MAC. Martin...
390
Masatake YAMATO
masata-y@...
Apr 9, 2001 10:57 am
Hi Aaron, Could you run configure script on your Mac? Masatake...
391
Peter Cucka
pcucka@...
Apr 10, 2001 4:27 pm
... I ran into only two minor problems: first, one of the configuration scripts fails if the pathname of the directory in which AutoTrace is being built ...
392
Masatake YAMATO
masata-y@...
Apr 10, 2001 9:34 pm
... Is it the bug of autoconf or my configure.in? ... I'll add a macro that checks the existence of malloc.h in configure.in....
393
Masatake YAMATO
masata-y@...
Apr 10, 2001 9:50 pm
... I've done and commited the code to our repository....
394
Martin Weber
martweb@...
Apr 11, 2001 8:17 am
I thought a lot about which libraries to use for importing images beside ImageMagick, because ImageMagick is very slow for large pictures, and did some tests....
395
Martin Weber
martweb@...
Apr 11, 2001 8:26 am
No, I don't think we don't need to add a macro on output-er.c that checks for malloc.h. malloc.h is not needed at all in this file!!! You can safely delete...
396
Martin Weber
martweb@...
Apr 11, 2001 8:28 am
Sorry I wanted to say: No, I think we don't need to add a macro on output-er.c ......
397
Masatake YAMATO
masata-y@...
Apr 11, 2001 8:49 am
... Should I remove "#include <malloc.h>" from the file?...
398
Martin Weber
martweb@...
Apr 11, 2001 9:22 am
Yes, please...
399
Masatake YAMATO
masata-y@...
Apr 11, 2001 9:25 am
... I've done. Masatake...
400
Peter Cucka
pcucka@...
Apr 11, 2001 4:01 pm
... Actually, it's make that fails, not the configuration script: [localhost:~/Test Dir/autotrace-0.27a] peter% make cd . && /Users/peter/Test...
401
Masatake YAMATO
masata-y@...
Apr 12, 2001 3:17 pm
How about gdk-pixbuf or gdk-imlib? ... Masatake...
402
Masatake YAMATO
masata-y@...
Apr 12, 2001 3:33 pm
... I see. I think this is a bug of autoconf. But I cannot find a way to how to make a patch that fixes this bug. Following line in configure: missing_dir=`cd...
403
Martin Weber
martweb@...
Apr 12, 2001 7:23 pm
Do you have any performance comparisons? It should run on Windows and Linux....
404
Martin Weber
martweb@...
Apr 12, 2001 7:38 pm
Here some tests I made. I loaded a very large b/w bitmap and displayed it: Adobe Photoshop 6: 17 s Corel Photopaint 9: 7 s ImageMagick 5.24: 223 s FreeImage:...