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.
... 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...
... Whether such files should have or not have the xpacket header seems not entirely clear. The standard says applications should 1) "write the external file...
Hi Andreas, ... As I understand the whole chapter "XMP Storage Model", the XMP packet is not a part of XMP data, but serves only for embedding the XMP data in...
Hi Vladimir, Thanks for the patch! ... But that's what the specification says. ... Exiv2 uses SXMPMeta and that works quite well. The "files" component of the...
Checked in the patch, using the new param to write sidecar files without the xpacket header+trailer but with an xml declaration now. with that, the padding...
... Please ignore this. I have found that it is a valid rdf in both cases, with or without the packet header. ... I just mentioned it because the discussion on...
Does the sidecar file format as it is now, look ok? (except that in one case, I should probably not write the newline). If so, we can look at conversions, my...
... What is the point of copying the EXIF data to the sidecar? Keeping duplicate data is usually a source for problems. I am not following the XMP progress in...
... Sidecar files are writable, proprietary raw files are not (mostly). That of course means that the values from sidecar should be preferred. Vladimir...
... The XMP standard(s) define Exif and IPTC properties [1],[2],[3] as well as conversion rules. I believe it makes sense to support these in Exiv2, so that...
... I am not sure if the implicit conversion in XmpSidecar::setExifData is a good idea. It is inconsistent with formats that have both metadata and a code that...
Hello all, Thanks to you all for all your hard work. It is appreciated. At present I am using Digikam to manage my photo collection which is stored in 16bit...
The documentation of exiv2 (V0.16) seems to imply that it can write EXIF GPS tags into a CRW file but I can't get it to work. It will write a jpg with no...
I don't understand how it works. Suppose I have a TIFF file, can I embed XMP data in it with the Xmp.tiff.ImageWidth property. Then what would be the image...
... Hi Pete, Yes it can, but only to a limited extent as not all Exif tags have a (known) equivalent in the CRW format. The Exiv2 documentation has a table...
... I have checked how it is solved in the XMPFiles class from XMP SDK. It converts all tags to XMP and saves a list of converted tags with a checksum of their...
Hi all, i'm in the process of evaluating different EXIF solutions and so far really like EXIV2 but haven't found out how I update the size of an ascii value. ...
This is expected behaviour: Exif data fields grow, but they don't shrink. Exiv2 does this so that it can re-write Exif data as a binary block ("non-intrusive...