Page 1 of 1
bug show: IM 6.9.3.8 Q16 Mac OSX Snow Leopard
Posted: 2016-04-13T17:31:04-07:00
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.
Re: bug show: IM 6.9.3.8 Q16 Mac OSX Snow Leopard
Posted: 2016-04-29T19:38:34-07:00
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.
Re: bug show: IM 6.9.3.8 Q16 Mac OSX Snow Leopard
Posted: 2016-04-30T08:47:34-07:00
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.
Re: bug show: IM 6.9.3.8 Q16 Mac OSX Snow Leopard
Posted: 2016-04-30T10:24:53-07:00
by fmw42
Thanks