Re: Would like some help fixing bug in TclMagick

Computer Jock <[email protected]>
Newsgroups gmane.comp.video.graphicsmagick.help
Organization Digital Liar
Message-ID <[email protected]>
On 4/14/2017 12:13 PM, Bob Friesenhahn wrote:
>
>> 3) The last (that I know of so far) occurs when there is an exception
>> while using a wand. After reporting the error, the exception has to be
>> cleared or the wand becomes unusable and constantly reports the same
>> error message.
>
> This seems unfortunate if true.  I have not heard this complaint ever 
> before.  It is easy to add to the Wand API (for a release).

FYI:

Main console display active (Tcl8.6.6 / Tk8.6.6)
(Temp) 60 % package require TclMagick
0.46
(Temp) 61 % set W [magick create wand]
magick000000000051C760
(Temp) 62 % ls *png
./:
red.png      sample.png   yellow.png
(Temp) 63 % $W read red.png
(Temp) 64 % $W read whoops.png
Unable to open file (whoops.png)
(Temp) 65 % $W read red.png
Unable to open file (whoops.png)
(Temp) 66 % set N [magick create wand]
magick000000000051A5A0
(Temp) 67 % $N read red.png
(Temp) 69 % $N read yellow.png
(Temp) 70 % $N width
300


I have just downloaded the latest TclMagick Commit [05d120] from sourceforge

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot

_______________________________________________
Graphicsmagick-help mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/graphicsmagick-help
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.