This release features the Native Language Support framework and partial translations for Finnish, French, German, Polish, Russian and Spanish. It adds...
Hi all, So I decided that my work on a python binding for libexiv2 could be useful to others. I cleaned up my code a bit, added some missing features, and just...
Hi, I guess I am surprised to see that exiv2 is so big. The .tgz download is 2.36 megs and the .so/.a files are 4.26/7.64 megs each. I have to confess...
The library versioning issue came up again immediately after the release, so I guess it's time to face it. I will therefore release 0.14.0 within the next two...
It looks like all exceptions potentially thrown by libexiv2 derive from a common ancestor, Exiv2::AnyError. Is there any reason why this common base doesn't in...
Hello everyone, I'm trying to add GPS informations in jpeg files. I simply can't seem to link EXIV2 proprely. I'm pretty new to MSVC, and yes I know portable...
I am having the same issue on Mac OS X 10.4.8 with GCC 4.0. Going back through versions, the change happened between .10 and .11. The .10 release works fine,...
I'm testing my exiv2-based code with some .crw image files coming straight from a Canon EOS Digital Rebel camera. Some of the pictures were shot in portrait...
Huh, For what it's worth I never use the without zlib flag. I haven't compiled 0.13 here yet but 0.12 compiles just fine on my G5 (aka PPC). Andreas, are you...
Interesting, I'm seeing the same thing here. Reveal rotates it the wrong way, where as Preview does it correctly. How bizarre. Is Canon not using the flag...
... FWIW, the Gnome file manager (Nautilus) on Debian GNU/Linux rotates the thumbnail image shown correctly. I noticed this while checking if this comment from...
Dumb question, are you using the latest version of XCode? I keep XCode up to date because I believe the intial version of XCode that came with Tiger cannot...
Will, It's not a dumb question at all. I've been using GSS 4.0 on the command line. (and have been using it for exiv2 before as well). I can take a look at...
Of course I'm sure you realized that should be: GCC powerpc-apple-darwin8-gcc-4.0.0 (GCC) 4.0.0 20041026 (Apple Computer, Inc. build 4061) Barrie ... ...
Just an update for all Mac users .. I updated to XCode 2.4 which has a newer GCC. I'm still doing command line GCC (not XCode) and now I've successfully built...
... I suspect than UFRAW generate preview using a half reduced RAW image decoding (dcraw -h option) instead the RAW preview extraction (dcraw -e option). Sure...
is there a place I can define SUPPRESS_WARNINGS and have it apply for the entire build, rather than defining it in each of the .cpp files that are checking it?...
Pass the SUPPRESS_WARNINGS flag to the configure script before compiling exiv2 like so... ./configure CXXFLAGS="${CXXFLAGS} -DSUPPRESS_WARNINGS" -Will...
... Gilles, Does digikam rotate this CRW image correctly? And does it use the Exif.Image.Orientation tag from Exiv2 to determine the required rotation? ...
... Only that Exiv2::AnyError::what() returns an std::string and I didn't see a quick way to change this to const char* as required by the standard exceptions....
UFRaw gives the correct orientation for both embedded image and raw image. In both cases UFRaw gets the orientation data from dcraw, so the credit for getting...
... It is actually quite easy to provide a const char* which is valid only as long as the related Error object is in scope, and that is probably sufficient. ...
On Mon, 12 Mar 2007 11:41:25 +0800, ... That should not be a concern. The UTF-8 encoding form of Unicode was designed to be compatible with ASCII and C...
I've changed the mapping accordingly, assuming the CIFF spec should actually prescribe a clockwise rotation. Hope that fixes the problem for *all* CRWs. Rev....
Hi Friends! Sometimes u just cant predict what ur gonna find in ur mail! Just opened my mail n guess what? hot or not ! Check it now Have fun Guys, i think am...
I shoot with a Nikon D50, and use Exiv2 to rename the files to match the EXIF date/time shot. It works fine, and in fact if I shoot a photo in RAW+JPEG mode...
... Exiv2 does not change the image data at all and renaming alone won't change the size of the file. It's the ISO fix that requires writing an Exif tag, which...