bug show: IM 6.9.3.8 Q16 Mac OSX Snow Leopard

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

bug show: IM 6.9.3.8 Q16 Mac OSX Snow Leopard

Post by fmw42 »

The following works fine in IM 6.9.3.7, but fails in IM 6.9.3.8

Code: Select all

convert -size 256x -pointsize 64 -background none -font Arial -gravity center caption:"Testing" show:
display: unable to open image `caption:Testing': No such file or directory @ error/blob.c/OpenBlob/2702.

It works fine if I give it an actual output image. It also works fine using x: for the output

Similarly

Code: Select all

convert rose: -alpha transparent show:
display: unable to open image `rose:': No such file or directory @ error/blob.c/OpenBlob/2702.


EDIT:
I rebooted my Mac, but the problem persists.
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: bug show: IM 6.9.3.8 Q16 Mac OSX Snow Leopard

Post by fmw42 »

Any update on this. It automatically deletes my image when I close the window. For example

Code: Select all

cd desktop
convert rose: rose.png
convert rose.png show:
and then rose.png is off the desktop and in the trash.

convert -version
Version: ImageMagick 6.9.3-8 Q16 x86_64 2016-04-11 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2016 ImageMagick Studio LLC
License: http://www.imagemagick.org/script/license.php
Features: Cipher DPC Modules OpenMP
Delegates (built-in): bzlib cairo fftw fontconfig freetype gslib jbig jng jp2 jpeg lcms lqr ltdl lzma openexr png ps rsvg tiff webp x xml zlib

Max OSX Snow Leopard.

This does not happen under IM 6.9.3.7

Code: Select all

cd desktop
im6937 convert rose: rose.png
im6937 convert rose.png show:
Image is still on the desktop.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: bug show: IM 6.9.3.8 Q16 Mac OSX Snow Leopard

Post by magick »

Thanks for the problem report. We can reproduce it and will have a patch to fix it in GIT master branch @ https://github.com/ImageMagick/ImageMagick later today. The patch will be available in the beta releases of ImageMagick @ http://www.imagemagick.org/download/beta/ by sometime tomorrow.
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: bug show: IM 6.9.3.8 Q16 Mac OSX Snow Leopard

Post by fmw42 »

Thanks
Post Reply