EXIF Information Version 6.3.8 not shown with identify - format ...
"Schnitzler, Johannes" <[email protected]>
| Newsgroups | gmane.comp.video.image-magick.bugs |
|---|---|
| Message-ID | <BE7AF2CB10E1AE43914BC70AF07138D00333A532@HQSWKAKI01.hq.intra.who.int> |
> With the change to version 6.3.8 the EXIF information is not displayed > in the command window (see code below). > Nevertheless EXIF information is shown correctly with identify > -verbose. > Could not find information that syntax to get EXIF information has > changed. > > OS Windows XP > > EXIF Information shown > Version: ImageMagick-6.3.5-7-Q16-windows-dll.exe > identify -format %w;%[EXIF:Model] A1.jpg > 3072;DMC-TZ3 > > EXIF Information not shown > Version: ImageMagick-6.3.8-0-Q16-windows-dll.exe > identify -format %w;%[EXIF:Model] A1.jpg > 3072; > > > Tx > > > Johannes