Did Mac OS 10.13.6 lose INLINE format support?

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
robbymarston
Posts: 2
Joined: 2018-10-29T14:56:14-07:00
Authentication code: 1152

Did Mac OS 10.13.6 lose INLINE format support?

Post 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!
User avatar
dlemstra
Posts: 1570
Joined: 2013-05-04T15:28:54-07:00
Authentication code: 6789
Contact:

Re: Did Mac OS 10.13.6 lose INLINE format support?

Post 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.
.NET + ImageMagick = Magick.NET https://github.com/dlemstra/Magick.NET, @MagickNET, Donate
robbymarston
Posts: 2
Joined: 2018-10-29T14:56:14-07:00
Authentication code: 1152

Re: Did Mac OS 10.13.6 lose INLINE format support?

Post by robbymarston »

@dlemstra that's fantastic news, thanks for the attention and quick resolution!
Post Reply