EXIF Metadata from DNG
Posted: 2019-09-20T14:44:06-07:00
Hi!
I'm trying to read EXIF metadata from DNG source files. But identify doesn't show me any of them.
Used Commandline:
The source file I used (which has loads of EXIF metadata) can be retrieved here: https://bitmovin-poc-input.s3-eu-west-1 ... N_1DM2.dng
I assume it has something to do with the ufraw-batch delegate that is used to create some intermediate file on which the actual metadata extraction is performed. Does anyone have an idea what I could do to get the EXIF metadata with imagemagick?
Oh and here's the version I used:
I'm trying to read EXIF metadata from DNG source files. But identify doesn't show me any of them.
Used Commandline:
Code: Select all
identify -verbose RAW_CANON_1DM2.dng
I assume it has something to do with the ufraw-batch delegate that is used to create some intermediate file on which the actual metadata extraction is performed. Does anyone have an idea what I could do to get the EXIF metadata with imagemagick?
Oh and here's the version I used:
Code: Select all
identify -version
Version: ImageMagick 7.0.8-59 Q16 x86_64 2019-08-05 https://imagemagick.org
Copyright: © 1999-2019 ImageMagick Studio LLC
License: https://imagemagick.org/script/license.php
Features: Cipher DPC HDRI Modules OpenMP(3.1)
Delegates (built-in): bzlib freetype heic jng jp2 jpeg lcms ltdl lzma openexr png tiff webp xml zlib