Page 1 of 1

Can identify.exe output json or xml?

Posted: 2017-10-29T04:56:03-07:00
by squadjot
Hi

Can identify.exe output json or xml or something else slightly easier to parse ?

Thanks

Re: Can identify.exe output json or xml?

Posted: 2017-10-29T05:28:59-07:00
by snibgo
"identify" can't, but "convert" or "magick" can output json, eg:

Code: Select all

convert rose: json:-
Replace "-" by a filename if you want.

Re: Can identify.exe output json or xml?

Posted: 2017-10-29T05:36:20-07:00
by squadjot
Thanks alot! :)