You can set the sort order of messages? Just click on the link in the date column. Your preferences will be remembered, so you don't have to do it again when you return.
Hi, I have just updated UFRaw CVS to build against Exiv2 SVN. I tried to add EXIF tags to TIFF but I'm having strange problems. After creating the TIFF file I...
... Sorry for the delayed reply. Exiv2 doesn't handle such conversions yet, except for (essentially) TIFF->Exif/JPEG (and other target formats which use the...
... I think Exiv2 should be able to support conversions of Exif data read from an image in format A and written to another image in format B. Right now it...
... The TIFF is opened from a file. The NEF before it was also opened from a file. I just tried opening it from a the unzippedBuf, but it makes no difference. ...
I prepared a minimal program that reproduces the problem (attached). It only fails if you try to copy EXIF data from a NEF file to a TIFF file created by...
When using exiv2 on olympus .orf files (from an E-410) it says: Error: Directory Olympus with 18761 entries considered invalid; not read. It is able to extract...
... Fixed in rev. 1527. Thanks for the reproducer! I believe that should also take care of the CR2 issue that you and Gilles are seeing, if not please...
... Thanks. Works great now. ... The sample program was suppose to be minimal. In UFRaw I delete the following tags before writting the EXIF data to any file...
Udi, Andreas, Here, using digiKam RAW converter tool, i have converted to TIFF more than 30 differents RAW files (a mix of CRW, CR2, NEF, MRW, ORF, etc...)...
Udi, Andreas, Sorry, i have forget the most important part here (i need hollidays (:=) To be able to write a valid tiff from RAW, you need to remove special ...
Thanks, I really appreciate all the testing and feedback! I'll have a look at the CRW issue that Udi reported this week (I think it's a known issue), then the...
... UFRaw already clears most of these tags, but was missing: Exif.Image.FillOrder Exif.Image.XResolution Exif.Image.YResolution Exif.Image.ResolutionUnit now...
Andreas, From this picture: http://digikam3rdparty.free.fr/TEST_IMAGES/RAW/HORIZONTAL/CANON-EOS10.CRW .. i have this error form the console when image is...
... Pictures/RAW/Horizontal/CANON-EOS10.CRW ... I presume this is the same issue as that reported by Udi. It should be fixed in SVN rev. 1529, ready for...
I am working on an OpenGL program that needs to read and write EXIF information from images. I have been trying to build the Visual Studio solution included in...
Hi, I came across exiv2 0.17.1 as a fink-package on OSX Leopard. I tried to use it, but I get on all of my canon eos 350D (?) pictures: "Warning: Makernote:...
Hi Sven, ... You can ignore this warning, it doesn't have any impact on the makernote tags that Exiv2 decodes. It indicates that the Makernote IFD in the image...
... Is this your own "test" project? Did you manage to compile the sample projects in the MSVC solution of the Exiv2 distribution? Also, if you haven't seen it...
hello list, I am using the latest and greatest exiv2 through the digikam application - thanks for your good work that supplies a good part of digikam's...
hello, I have a problem, for some time now. It's seen in digikam (using exiv2) I have a script to extract comments from jpg files. the comments are inserted...
... comments by Gilles Caulier (digikam programmer) Note than digiKAm use libkexiv2 interface to play with Exiv2 library. To set a comment, digiKam pass the...
... From a quick look at the code, it looks like exiv2 always adds a 0 byte to the image comment when writing it to the JPEG file (jpgimage.cpp:587). If the...
... This prints what I call "image comment", or more precisely "the JPEG header comment field (note, this comment field is outside the Exif structure and can...