I tried to make input-magick.c more compatible to all ImageMagck versions. It does not compile with ImageMagick 5.1.0/5.1.1. Please help to fix this and also...
359
Masatake YAMATO
masata-y@...
Mar 15, 2001 9:14 am
Hi, I'm tryig to test and improve ImageMagick supports in autotrace. I can find ImageMagick-5.2.x but I cannot find 5.1.x. Where could I get 5.1.x? Anyway I'll...
360
Stewart C. Russell
stewart@...
Mar 15, 2001 10:18 am
... would it be possible to have: -- PNM input on stdin -- a '--no-imagemagick' configure flag? I have a huge array of ???topnm tools, many more than...
361
Masatake YAMATO
masata-y@...
Mar 15, 2001 1:10 pm
Hi, ... I'll take this idea because it is so easy to implement:) ... This is your homework:) Any volunteer? Thank you for your suggestions. Masatake...
362
Stewart C. Russell
stewart@...
Mar 15, 2001 1:41 pm
... thanks. It'll make building it on my systems much easier. ... At the moment, I just fudge it with this script: #!/bin/sh for f in $* do e=`echo $f | sed...
363
Martin Weber
martweb@...
Mar 15, 2001 2:31 pm
There are many places on the net. Try ...
364
Masatake YAMATO
masata-y@...
Mar 15, 2001 2:50 pm
... Thank you, but I've just added --with-magick and --without-magick flags suggsted by Stewart. Should I supports 5.1.x in C lang level anyway? Masatake...
365
Masatake YAMATO
masata-y@...
Mar 15, 2001 2:56 pm
... Interesting script. I think it is worth to put this script to autotrace distribution? Martin, How do you think? At least, I'd like to you improve following...
366
Peter Cucka
pcucka@...
Mar 15, 2001 5:10 pm
... This has already been added for version 0.27 (see the ChangeLog entry for 2001/2/20). The following should work: autotrace -input-format pnm...
367
Ian MacPhedran
Ian_MacPhedran@...
Mar 15, 2001 5:19 pm
... Please don't do that. The /tmp directory is too insecure. Right now, many utilities are being patched to eliminate security holes based on "race ...
368
Masatake YAMATO
masata-y@...
Mar 15, 2001 5:33 pm
... I'd like to know what is the standard way to create temporary file, right now?...
369
Ian MacPhedran
Ian_MacPhedran@...
Mar 15, 2001 6:29 pm
... Masatake; Well, the standard way is just clobbering a file in /tmp. :-) However, that is a very good question. I'm not sure what the secure, portable...
370
Martin Weber
martweb@...
Mar 15, 2001 8:39 pm
Yes interesting. Feel free to add. Martin...
371
Martin Weber
martweb@...
Mar 16, 2001 6:50 am
When generating pxl_outline a list of pixels is generated by using realloc, realloc, realloc ... The have use of realloc causes two problems. It is slow and...
372
r.maurizzi@...
Mar 16, 2001 12:15 pm
... /tmp/something_file_name_using_pid_and_string_autotrace. ... The security holes you're referring to happen when (root) applications do not check if a temp...
373
Masatake YAMATO
masata-y@...
Mar 20, 2001 12:53 pm
... (As far as I know, there are some STL implementation. While STL, there is only one glib implementation.) If you only want better realloc, glib is better. ...
374
Martin Weber
martweb@...
Mar 23, 2001 5:59 pm
A new release of AutoTrace is available: What's new in AutoTrace 0.27 - Parts of the code were rearranged - Fixed a bug in color quantization - Centerline...
375
Stefan A. Deutscher
sad@...
Mar 23, 2001 6:27 pm
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...