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.
Is there a way to save thumbnails extracted with pyexiv2 to a different directory? Can I change the names of the extracted thumbnails or am I bound to the...
Hi, I am playing with exiv2 and have some questions: 1. Sidecar xmp files should not have the xpacket header. Is it possible to write such file with...
Hi Franz, That's a question for the pyexiv2 project. The Exiv2 library call is int ExifData::writeThumbnail(const std::string& path) i.e., you can specify the...
Hi Vladimir, ... Currently not, but passing options to this function to control the output is something I have in my notes (since there are a number of options...
Hi Andreas, Franz, Looking at the question, it seems to me that the question was actually directed to Exiv2, [py] landing in this mail by mistake... Franz am I...
Hi Andreas, ... possible ... OK. ... Thanks, I will try it. ... I did some research around this. For CR2 and NEF this information is in Exif, not Makernote. It...
Hi Andreas, ... It gets a bit complicated when the property is from namespace unknown to exiv2. I had to do this: if ( (pos=xmpData->findKey(key)) ==...
... The only complication I can see is in the case where the property doesn't exist yet. In this case, the simple solution will check the property tables to...
... image ... For CR2, when I remove the lines which disable these tags from Cr2Decoder::cr2DecoderInfo_[], they are shown in the exiv2 -pt output. For NEF, it...
Hi Andreas, ... Is there any chance to have it fixed in next release? I have some time to work on it, just tell me if you need some help. Meanwhile I have...
Hi Vladimir, ... Well, I promised to Gilles that I'll look into TIFF write support again and this will need to be addressed in the process. But right now I...
... OK. I think that first of all I will check which tags are used in other raw formats, to have complete picture. ... Ok, I will look into this tomorrow. ...
I have 3 folders on my computer that each have 100 TIFs in them, I would like to convert them to JPG's without having to open each image individually and do a...
Exiv2 only deals with image metadata, it is not a tool to convert images from one format to another. Check out the "convert" program from the ImageMagick suite...
Hi Andreas, ... Here is a patch, that converts boolean values correctly to long and rational values to float. That should cover all typical cases. I also...
Hi Vladimir, Thanks for the patch. I like your approach of calling the template several times. Without having tested the patch - I'm packing, see below - I...
Hi, Recently on comp.lang.py there was an announcement for a photo editing application written in Python / wxPython called PHatch. The title of the post is...
Hello group, By way of introduction - I've used Exiv2 happily on the PC these past couple of years to add a couple of lines of IPTC info and clear out the EXIF...
Firstly - awesome tool! Secondly - is it possible to make exiv2 read the makernote offset that Microsoft WIC tools introduce when it edits photos? See this KB...
Hello Exiv2 Community, First of all, thank you for the wonderful library. I find it to be very useful and I am currently writing a simple application that ...
... Rev. 1392 (http://dev.robotbattle.com/cmtinfo_svn.php?r=10&v=1392) is a modified version of this patch but it still does essentially the same thing....
... I've finally added a simple (and purposely awkwardly named) function floatToRationalCast() which is just a slightly improved (and fixed) version of the old...
Added as a feature to Mantis. http://dev.robotbattle.com/bugs/view.php?id=543 Can you please attach a test file to the mantis report (or send me one)? Thanks, ...
Looks like a read-only file. Can you edit this file with a different application (running in the same security context)? Or can anyone confirm this issue with...
... Vladimir, Could you also look into this and suggest what options you'd like to pass through and how the new interface should look like? (No XMP SDK types...
hello, Occasionally I mount a Nikon lens on a Canon EOS 5D, using an adapter ring. Of course this means the poor camera has no idea of the focal length or...