Hi, Here's a download link to a tar.gz archive: http://rapidshare.com/files/53243388/exivlibtiff.tar.gz.html See the README.txt for some more details, sample...
... some ... At the least I think somebody changed the password, and perhaps the account was also abused for sending spam. I guess anonymous users could be...
Hello, After looking at TIFF metadata writing support (see message #876) I noticed that the way Exiv2's current writeMetadata() works wouldn't help in my...
Hi Dimitri, ... Did you have a look at the TIFF parser and writing code in branches/unstable in SVN? It is entirely different from that in the trunk and much...
Hello Andreas, ... I haven't taken a look at those yet, I only recently updated to trunk even (formerly using revision ~900), I'll switch to that branch and ...
Hello Andreas, ... I took a peek but I'm not sure exactly what I'm looking for. I've looked at TiffImage::writeMetadata and TiffParser::encode but both use a...
When I use image->clearMetadata() on a jpeg it does not remove Adobe metadata. After I have run the program all EXIF data is remove, but when I open the image...
Adobe XMP sdk/toolkit vs. Exempi Exempi is based on Adobe XMP SDK 4.1.1 and release under a BSD-style license like Adobe's. The 3 clause BSD (aka New-BSD)...
... AFAICS exempi is a C-wrapper for the XMP Toolkit, which in the case of Exiv2 is really not needed. For the time being we will incorporate the required...
That is the correct md5sum of the file. $ md5sum P7082399.ORF 507c26587a6402ba1825c8f5eeccfbba P7082399.ORF I build ufraw .13 from source, and it works with...
hello!!! I HAVE A QUESTION, IS IT POSIBLE THAT I CAN DO MI OWN KEY IN EXIV??? FOR EXAMPLE, CREATE A KEY WITH THIS NAME: ["EXIF.ADRIANA.MEXICO"], I HOPE THE...
Hello everybody, I'm trying to use Exiv2 with Borland Delphi ( to read and set GPS Tags ). I tried a few solutions but I haven't been able to make anything ...
Hi ML, For those of you who might be interested in using exiv2 from the Python programming language, I've got what you need. pyexiv2 is a python binding to...
We have an anonymous user again, for those who prefer to post without registering: exiv2post. See http://www.exiv2.org/support.html This time, the password is...
Hi I got a new Leica M8 last week, and have been shooting DNG on it. When importing the DNGs into F-spot, I don't get any thumbnails, images or EXIF data...
... Are you linking with libexiv2? Example 1 on the website is exifprint.cpp in the distribution; build the exifprint application and look at the commands...
Hi David, ... Yes, the first IFD of your picture refers to a 320x240 thumbnail in TIFF format with 230400 bytes of image data. It is split into four "strips" ...
... TIFF ... extract ... Hi ahu Thanks! I'll add the information to the F-spot bug, and hopefully it will help to get the thumbnails shown. I have just...
Hi I'm just trying to compile one of the sample program I am on Ubuntu Feisty I have installed: libexiv2-0.12 libexiv2-dev libexiv2-doc libkexiv2-0 (don't know...
The following builds a sample and totally useless program which uses the Exiv2 library. The build considerations are not specific to Exiv2, they apply to any...
... Try without setting it to find out. /usr/lib/pkgconfig is probably the default directory which pkg-config searches anyway. (See man pkg-config for details)...
Hi Andreas and everyone, While experiencing with pyexiv2, a user reported me a malfunctioning that I cannot seem to reproduce although we have exactly the same...
Strange indeed. I don't see anything wrong in the related functions and it's straightforward code as you said. Could the memory get corrupted "somewhere...