Page 1 of 1

can i get image info ?

Posted: 2013-01-21T04:46:48-07:00
by user123
Can i get answers to questions by imageMagic ?
I am interested in the following information :
1) format version (for example 1.1, 1.3 etc);
2) color space - RGB or CMYK;
3) see if there is transparency;
Thanks for the help

Re: can i get image info ?

Posted: 2013-01-21T05:46:13-07:00
by snibgo
IM gives lots of information about an image:

Code: Select all

identify -verbose x.jpg
This will tell you if the image is RGB or CMYK, and whether there is transparency (an alpha channel).

(1) format version -- version of what?

Re: can i get image info ?

Posted: 2013-01-22T02:46:30-07:00
by user123
Thank you.
I wanted to say version file type.
Thanks again for your help.

Re: can i get image info ?

Posted: 2013-01-22T13:14:22-07:00
by fmw42
I do not think IM can get or keep track of the version of a given file type.

See the list of information and string format commands at http://www.imagemagick.org/script/escape.php

Re: can i get image info ?

Posted: 2013-02-01T01:58:21-07:00
by circar consulting
Hello,

Can you please make one thing clear to me ? you have mentioned about some format, is it the image file format or about which format your are talking about ?

Thanks.