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
can i get image info ?
-
- Posts: 12159
- Joined: 2010-01-23T23:01:33-07:00
- Authentication code: 1151
- Location: England, UK
Re: can i get image info ?
IM gives lots of information about an image:
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?
Code: Select all
identify -verbose x.jpg
(1) format version -- version of what?
snibgo's IM pages: im.snibgo.com
Re: can i get image info ?
Thank you.
I wanted to say version file type.
Thanks again for your help.
I wanted to say version file type.
Thanks again for your help.
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: can i get image info ?
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
See the list of information and string format commands at http://www.imagemagick.org/script/escape.php
Last edited by fmw42 on 2013-02-01T12:04:38-07:00, edited 1 time in total.
-
- Posts: 1
- Joined: 2013-02-01T01:45:51-07:00
- Authentication code: 6789
Re: can i get image info ?
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.
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.