Hello,
Can I extract an EXIF information from an image without actually loading the rest image information? I am working with huge raw files (e.g. 23Mb DNG raw files), which load quite slow, so would like to avoid superfluous operations in case when I only need EXIF.
Extract EXIF without loading image contents
Re: Extract EXIF without loading image contents
Not with ImageMagick. ImageMagick loads the image and only then can you extract any profiles.
Re: Extract EXIF without loading image contents
Thanks. Are you planning to add this feature? It looks very useful.magick wrote:Not with ImageMagick. ImageMagick loads the image and only then can you extract any profiles.
Re: Extract EXIF without loading image contents
Thanks! ExifTool looks very powerful. The only problem is that I am using .NET and would like to avoid third-party EXE, either .NET or C++ code.fmw42 wrote:try EXIFTOOL