identify: %[colorspace] is not displayed when I use format option
Posted: 2016-12-02T03:55:00-07:00
With the same image, I have two different behaviour for two different version of identify.
Command:
identify -define registry:temporary-path=/tmp -quiet -ping -format '%m %w %h %z %[colorspace]' fileImage.jpg
With version: ImageMagick 6.7.7-10 2016-11-14, work fine and its output is:
JPEG 1024 768 8 sRGB
With version : ImageMagick 6.2.8 05/07/12 Q16, %[colorspace] is not shown:
JPEG 1024 768 8
I am not administrator of this last enviroment, so I think I can not update this ImageMagick version. can I have same result with another option? can I resolve this issue? what am I doing wrong?
Please help me,
Thank you
Command:
identify -define registry:temporary-path=/tmp -quiet -ping -format '%m %w %h %z %[colorspace]' fileImage.jpg
With version: ImageMagick 6.7.7-10 2016-11-14, work fine and its output is:
JPEG 1024 768 8 sRGB
With version : ImageMagick 6.2.8 05/07/12 Q16, %[colorspace] is not shown:
JPEG 1024 768 8
I am not administrator of this last enviroment, so I think I can not update this ImageMagick version. can I have same result with another option? can I resolve this issue? what am I doing wrong?
Please help me,
Thank you