[6.6.0-4] identify with %[type] and %[exif:*] yield nothing.
Posted: 2012-07-08T00:36:25-07:00
identify -format "%[type]" aaa.png and identify -format "%[exif:*]" aaa.png both yield nothing.
I also tried %[EXIF:*], %[EXIF: *], %[exif:!], but nothing works.
##############
Version: ImageMagick 6.6.0-4 2012-04-30 Q16 http://www.imagemagick.org
identify -format "%r;depth:%z;channels:%[channels];File Size:%[size];%C;%[type];%[exif:*];" aaa.png
DirectClassRGBMatte;depth:16;channels:rgba;File Size:535KB;Zip;;;
identify -format "%r;depth:%z;channels:%[channels];File Size:%[size];%C;%[type];%[exif:*];" bbb.jpg
PseudoClassGray;depth:8;channels:rgb;File Size:321KB;JPEG;;;
##############
Is this a knowing issue? Or did I use it wrong?
from the old bug reports, it seems had already been fixed long time ago?
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=473529
viewtopic.php?f=3&t=10491
I also tried %[EXIF:*], %[EXIF: *], %[exif:!], but nothing works.
##############
Version: ImageMagick 6.6.0-4 2012-04-30 Q16 http://www.imagemagick.org
identify -format "%r;depth:%z;channels:%[channels];File Size:%[size];%C;%[type];%[exif:*];" aaa.png
DirectClassRGBMatte;depth:16;channels:rgba;File Size:535KB;Zip;;;
identify -format "%r;depth:%z;channels:%[channels];File Size:%[size];%C;%[type];%[exif:*];" bbb.jpg
PseudoClassGray;depth:8;channels:rgb;File Size:321KB;JPEG;;;
##############
Is this a knowing issue? Or did I use it wrong?
from the old bug reports, it seems had already been fixed long time ago?
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=473529
viewtopic.php?f=3&t=10491