The new project website at http://dev.exiv2.org/wiki/exiv2 has been up and running for a few weeks now and is working well. For those who haven't been there...
'organize' is a command-line tool that creates organized directories of photos and other media files. Photos can be easily organized by metadata into a...
On a Solaris 10 system, I am compiling exiv2 for the first time. After running configure, when I type gmake from the top-level directory, I get the following: ...
Hi Exiv2, I set up a Facebook profile where I can post my pictures, videos and events and I want to add you as a friend so you can see it. First, you need to...
Hello friends, I want to get frame count of given image using exiv library but i am unable to. Currently i am using GDI library to get it. Can someone help me...
Hi Andreas, I just found out that you intend to replace the YahooGroup with a forum. <http://dev.exiv2.org/boards/3/topics/show/6> Please reconsider. A...
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...
We now have a new project website at http://dev.exiv2.org/wiki/exiv2 It includes an issue tracker, commit info list, forum(s - only one for now) and a wiki,...
Hi, The new XMP specification[1] has more details on metadata conversions. The implementation in Exiv2 is mostly correct, but some parts are missing or need ...
Andreas, Having checked out the Exiv2 road map (http://dev.exiv2.org/projects/roadmap/exiv2) I notice that you're considering changing the key from a string to...
Hello, It looks like Adobe has recently updated its XMP specification to allow JPEG files to host large (> 65,502 bytes) XMP packets by splitting them into...
Hi Andreas & all, I downloaded exiv2 v0.18 and I wanted to build a dll in windows using MinGW/msys. I'd like to share my results, hoping that someone more...
Hello, I tried to add new tags to the exif data of my digital images using exiv2 with no success. I looked at the code and it appears the only way to add tags...
Now that 0.18 is out of the door, what's next with Exiv2? To recap: 0.18 finally brought the long awaited TIFF support. Under the hood, a totally new TIFF...
Hi, I heard that the function copy and load have been removed recently in Exiv2, and I didn't find a proper replacement for them. And no loading the full image...
Hi all, I compiled exiv2 from svn on my Fedora 9 box to investigate some crashes occurring in the stock F9 exiv2 rpm, but I can't compile gthumb trunk any...
When trying to build pyexiv2 on Fedora Rawhide, it crashed with this (complete log is http://mcepl.fedorapeople.org/tmp/build-0.1.2-6.fc11.log): g++ -o...
This is the final 0.18 release, with write-support for TIFF, DNG, NEF, PEF, PNG and JP2 images, makernote updates and access to image previews. On Windows,...
Hello, Are there any rules concerning SVN properties used in Exiv2? I noticed some new files don't have any properties set, and while fixing it I saw some...
Hello, If I use the following code on Intel (little endian) machines: exifData["Exif.Image.XResolution"] = Exiv2::ShortValue(37); I get an expected resolution...
Bonjour, Je suis Daniel Godefroy et j'utilise exiv2 pour mettre a jour les données IPTC d'un millier de photos. Dans la balise descrition je dois mettre des...
Let's wrap up 0.18. There has been some good feedback since the last pre-release and I feel the current SVN release is now ready. If there is anything else...
... Hi Pascal, This functionality is implemented in the command line tool, not in the library, but it should be quite straightforward to isolate it: From ...
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 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 ...
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 ...
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! 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...