Page 1 of 1

Did Mac OS 10.13.6 lose INLINE format support?

Posted: 2018-10-29T15:01:06-07:00
by robbymarston
I'm using Mac OS 10.13.6 with Imagemagick 7.0.8-14 installed. When running:

Code: Select all

magic -list format
I do not see INLINE listed. I'm trying to convert an image using a base64 string in lieu of a filename. When I run this command:

Code: Select all

magick convert 'inline:data:image/gif;base64,R0lGODlhIAAgAPIEAAAAAB6Q/76+vvXes////wAAAAAAAAAAACH5BAEAAAUALAAAAAAgACAAAAOBWLrc/jDKCYG1NBcwegeaxHkeGD4j+Z1OWl4Yu6mAYAu1ebpwL/OEYCDA0YWAQuJqRwsSeEyaRTUwTlxUqjUymmZpmeI3u62Mv+XWmUzBrpeit7YtB1/rpTAefv942UcXVX9+MjNVfheGCl18i4ddjwwpPjEslFKDUWeRGj2fnw0JADs=' -distort barrel '-0.03 -0.0 -0.3' b64_nose_guy_barrel.png
I get this error:

Code: Select all

unable to open image No such file or directory @ error/blob.c/OpenBlob/3490.
Any help is much appreciated, thank you!

Re: Did Mac OS 10.13.6 lose INLINE format support?

Posted: 2018-10-30T13:01:15-07:00
by dlemstra
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 @ https://www.imagemagick.org/download/beta/ by sometime tomorrow.

Re: Did Mac OS 10.13.6 lose INLINE format support?

Posted: 2018-10-30T13:10:06-07:00
by robbymarston
@dlemstra that's fantastic news, thanks for the attention and quick resolution!