Hi all, Using ExifTool database, i have identified all RAW file format where we can write metadata: * TIFF based : - 3FR (not yet supported by Exiv2) - ARW...
... Andreas, DAMNED... With current implementation from svn i can already set metadata to some TIFF file based RAW image. I have tried NEF for ex, where i have...
Ugh... API changes... could you give me a clue as to what code would replace this: image1->exifData().eraseThumbnail(); to purge IFD1 generally? - Mike...
... This is from the exiv2 utility (actions.cpp): int Erase::eraseThumbnail(Exiv2::Image* image) const { Exiv2::ExifThumb exifThumb(image->exifData()); ...
... Thanks, I was just about to post a "never mind" reply, after finding that. ... I was wondering about that... Anyway... I'm running into a different issue....
Hi Gilles, ... Yes, that's right, and it's not a new issue, actually you have been warned :) ... I agree that this is not ready for a release, as I said in...
... OK, I have added few code in libkexiv2 wrapper to prevent tiff writting in these formats, excepted DNG which is normally a pure TIFF/EP file. This will be...
... The ordeal is almost over. Two points: 1. The static IP is 216.160.90.19, so you can use that if you can't reach the site while DNS is updating. 2. If you...
... So we can write DNG also? :) I'll have to try that... ... I don't understand, can you please rephrase the question? ... Ok, this is a possible workaround...
The regression tests finally run cleanly again. They exposed a number of issues that are fixed now, as are those reported over the past few weeks. Writing and...
Hello, I have developed a .NET wrapper for Exiv2. SVN repository and precompiled binaries are available at: http://code.google.com/p/exiv2net/ Your feedback is...
After some more tweaking, exiv2 can by now successfully write to standard TIFF, TIFF/EP, DNG, NEF and PEF images. SR2 works almost (parts of the makernote are...
I believe this is being caused by the build environment in 0.17.1 being confused about which C Run-time library to use. If all projects are compiled with the...
... There is and this requires code changes in addition to build env enhancements. In preparation for this (among other reasons) the code has been restructured...
... This is great news! After only a quick look at the google site, how does the wrapper relate to exivsimple? Is it an extension of that? Could you provide a...
... Hi Andreas, Sorry for the long delay. I will finally have time to work on this during Novell HackWeek3 next week. I didn't look into the code much yet. My...
Hi Vladimir, No worries and good to see you here still. The picture is becoming clearer. In particular, have a look at TIFF/EP, NEF and DNG images, which have...
Hi, ... The API of exiv2net different from exivsimple to be more conformant to C# conventions. However, internally I'm using the exivsimple code to access the...
I'm copying the thread to the Exiv2 group, this may be interesting for others too, even though you'll need to read from the bottom up. It would be nice if the...
Hi Andreas, ... I suggest to add a method to class Image virtual DataBuf readPreviewImage(int n = 0); or maybe it could return a class PreviewImage that would...
I agree with the proposed class PreviewImage. It can be very similar to the existing class ExifThumbC. (In fact we may want to combine these eventually,...
... OK ... I am not sure if it is possible to get this info without additional IO. Typically the only information available in ExifData is the offset and ...
... The image type (JPEG in most cases I presume) can probably be deduced from the tags. Sometimes there are tags with the height and width. That's about it, I...
Hello all, I'm working with DNG files. My main goal is to read IPTC metadata, particularly the location-related fields, caption and copyright. If I convert a...
Hi, Exiv2 should be able to read IPTC and XMP from DNG. The current SVN trunk version should even write them. Which version of Exiv2 are you using? Does the...
Ahh, I see the problem -- looking at its actual contents, the file contains only XMP and EXIF meta; however, Lightroom's interface displays some of the tags as...
I just downloaded the EXIV2 project and I am trying to get everything to compile. I followed the README file but when it comes time to compile I get the...