This is a second BETA release of the upcoming version 0.18. The MSVC build files were re-written. It is now possible to build an Exiv2 Windows DLL and Exiv2...
Thanks for the translation updates so far. We have another couple of weeks and there are quite a number of new strings, if you want to translate a few more....
Hi, I have two problems with exiv2-0.18-pre2. One problem is that Exiv2 does not delete unknown tags larger than 4096 byte, like it used to: Warning: Size...
Hi Udi, I'd like to play with this here. Can you point me to the code in ufraw which adds metadata to the JPEG image or provide a small reproducer to reproduce...
It seems that the problem is related to the use jpeg_write_marker() to write the EXIF data to the JPEG file. Attached is the sample code that reproduces the...
Hi Andreas and everybody else; I read <http://uk.groups.yahoo.com/group/exiv2/message/1419> and I am a little bit concerned. Since my concern is only...
Shalom Yuval, If you are concerned about your original images you should make them read-only and never try to modify them. That said, I agree that Exiv2 should...
Hi Yuv, ... If an application likes to do that, it probably can. In-line with its basic philosophy, I don't think this is something that the exiv2 library...
... By definition that's the case if the ExifParser is used. So it's straightforward now. The current logic already filters certain tags which can't be written...
... A preliminary answer: The tags Exif.OlympusCs.PreviewImageValid Exif.OlympusCs.PreviewImageStart Exif.OlympusCs.PreviewImageLength point to a large preview...
If all goes according to plan, I'll be moving the server that hosts exiv2's source and bug database tomorrow afternoon PDT. This will result in a few hours of...
Hi Andreas, I have an image that has "Xmp.exif.ColorSpace" set to "-1". It probably violates the standard, it should be "65535", but google shows that such ...
... Not decoded. ... With rev. 1676, I've enhanced the Exif parser to 1) ensure Exiv2 and other reasonable Exif readers can read what it writes (*), and 2) try...
... Thanks. It works fine, but I have a few comments: There are too many warning. I think that when tags like StripOffsets are deleted there is no need for a...
Hi! Thanks for all the great improvements in Exiv2 v0.18-pre2! I tried to test the new RAW Thumbnail extraction with the 0.18 binary, but the functionality...
Hi Vladimir, Thanks for the reproducer program to play with. The conversion fails simply because -1 is not a valid unsigned short. The result is an empty value...
... Fair enough, I've removed some. That SUPPRESS_WARNINGS business is still only a temporary solution... ... (For historic reasons) class ExifThumb only deals...
Hi Dimitri, Looks like you've opened the bonnet and are working on the new engine. Cool! Don't hesitate to point out if you find anything funny there, this...
... Hello Andreas, ... So far so good! I've been able to convert the LibTIFF + Exiv2 glue code, and tested it with images which at some point in the past gave ...
... You'll need exiv2 0.18-pre2, the support for these tags was only added recently. And of course you need an image which has these tags in the first place -...
Hi list I want to insert the gps latitude value 39 54 17.3573387999971 into a raw file. The command set Exif.GPSInfo.GPSLatitude 39 54 17.3573387999971 ...
Ok, found the solution myself, which is really easy in this case. Thanks for raw write support in exiv2, now I finally can add my coordinates to the raw files...
writing gps coordinates into my raw files turned out to create a major problem when opening those files for conversion in bibblepro 4.10.1: bibblepro can't...
Hi Markus I'm glad you have a solution, would you like to share it with us? I faced the same subject from Python using Olivier Tilloy's wonderful pyexiv2...