Search found 3 matches

by Yurik
2012-09-02T15:41:40-07:00
Forum: Magick++
Topic: Extract EXIF without loading image contents
Replies: 4
Views: 12544

Re: Extract EXIF without loading image contents

fmw42 wrote:try EXIFTOOL
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.
by Yurik
2012-09-02T13:23:38-07:00
Forum: Magick++
Topic: Extract EXIF without loading image contents
Replies: 4
Views: 12544

Re: Extract EXIF without loading image contents

magick wrote:Not with ImageMagick. ImageMagick loads the image and only then can you extract any profiles.
Thanks. Are you planning to add this feature? It looks very useful.
by Yurik
2012-09-02T03:08:57-07:00
Forum: Magick++
Topic: Extract EXIF without loading image contents
Replies: 4
Views: 12544

Extract EXIF without loading image contents

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.