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
Search found 3 matches
- 2012-09-02T15:41:40-07:00
- Forum: Magick++
- Topic: Extract EXIF without loading image contents
- Replies: 4
- Views: 12825
Re: Extract EXIF without loading image contents
- 2012-09-02T13:23:38-07:00
- Forum: Magick++
- Topic: Extract EXIF without loading image contents
- Replies: 4
- Views: 12825
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.
- 2012-09-02T03:08:57-07:00
- Forum: Magick++
- Topic: Extract EXIF without loading image contents
- Replies: 4
- Views: 12825
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.
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.