Search found 2 matches
- 2018-10-30T13:10:06-07:00
- Forum: Users
- Topic: Did Mac OS 10.13.6 lose INLINE format support?
- Replies: 2
- Views: 6925
Re: Did Mac OS 10.13.6 lose INLINE format support?
@dlemstra that's fantastic news, thanks for the attention and quick resolution!
- 2018-10-29T15:01:06-07:00
- Forum: Users
- Topic: Did Mac OS 10.13.6 lose INLINE format support?
- Replies: 2
- Views: 6925
Did Mac OS 10.13.6 lose INLINE format support?
I'm using Mac OS 10.13.6 with Imagemagick 7.0.8-14 installed. When running:
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:
magick convert 'inline:data:image/gif;base64,R0lGODlhIAAgAPIEAAAAAB6Q ...
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:
magick convert 'inline:data:image/gif;base64,R0lGODlhIAAgAPIEAAAAAB6Q ...