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.
... Hello Andreas, ... So far so good! I've been able to convert the LibTIFF + Exiv2 glue code, and tested it with images which at some point in the past gave ...
... You'll need exiv2 0.18-pre2, the support for these tags was only added recently. And of course you need an image which has these tags in the first place -...
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 ...
Ok, found the solution myself, which is really easy in this case. Thanks for raw write support in exiv2, now I finally can add my coordinates to the raw files...
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 Markus I'm glad you have a solution, would you like to share it with us? I faced the same subject from Python using Olivier Tilloy's wonderful pyexiv2...
Hi Markus, Yes, please send me the original file and the modify command that you used. I suspect Exiv2 doesn't know this makernote well enough. Thanks, Andreas...
... determine ... offset ... Yes, that's what I meant. The adjustment for IFD0 would be 18 bytes too. ... These shouldn't cause any problem. ... Yes....
Hello, If I use the following code on Intel (little endian) machines: exifData["Exif.Image.XResolution"] = Exiv2::ShortValue(37); I get an expected resolution...
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 Dimitri, No, this is not intended behaviour. The idea is that Exiv2 doesn't need to know the endianness of the machine - only that used in the TIFF block...
... 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 ...
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...
... OK, if you hadn't started yet I can do it, I already had a semi-patch here but wanted to know beforehand what the convention is instead of sending another...
... I figured the endianness out at the level of my own code, and then always pass that to the Value ctor. As mentioned a default parameter of invalidByteOrder...
On Linux in a bash shell, I just noticed that this works: ahuggel@mowgli> exiv2 -v -M 'set Exif.Image.Model Yet another fancy ... i.e., just hitting return...
Doesn't this fix the problem quite elegantly: http://dev.robotbattle.com/cgi-bin/viewvc.cgi/exiv2/trunk/src/value.hpp?r1=1694&r2=1695 Dimitri, can you please...
... I tried submitting a bug but upon submitting I get an error: "APPLICATION ERROR #503 Invalid upload path. Directory either does not exist or not writable ...
... Thanks, it works now! I didn't expect the issues to be created after the failed upload, but they did. I only now noticed because I got 2 deletion...
Checked in your patch with r1703. I couldn't find an "svn patch" tool to deal with the property changes in the patch file, so this required some semi-automated...
... I updated my local copy that only had my patch changes. After updating none of the files were modified anymore, so everything apparently went fine. Thanks!...
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,...