Search found 2 matches
- 2012-07-08T19:55:03-07:00
- Forum: Bugs
- Topic: [6.6.0-4] identify with %[type] and %[exif:*] yield nothing.
- Replies: 3
- Views: 6075
Re: [6.6.0-4] identify with %[type] and %[exif:*] yield noth
Thanks! the "%[exif:*]" works on this image with [6.6.0-4]. So there must be some problem with my images. However, the "%[type]" still yield nothing for this pagoda_sm.jpg. Works fine for me with ImageMagick 6.7.7-10 identify -format "%[exif:*]" http://www.imagemagick.org/Usage/photos/pagoda_sm.jpg
- 2012-07-08T00:36:25-07:00
- Forum: Bugs
- Topic: [6.6.0-4] identify with %[type] and %[exif:*] yield nothing.
- Replies: 3
- Views: 6075
[6.6.0-4] identify with %[type] and %[exif:*] yield nothing.
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 ...