Sign In
New User? Sign Up
exiv2
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
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.

Messages

  Messages Help
Advanced
Messages 1439 - 1468 of 1513   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1439
... 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 ...
spam_for_dimitri
spam_for_dim...
Offline Send Email
Dec 2, 2008
6:58 pm
1440
Hello there, could the Exiv2 read Makernote Exif.OlympusCs.ManometerXXXX tags , ref ... 0x0900 2304 Makernote Exif.OlympusCs.ManometerPressure Short ...
Jan Polnicky
jan.polnicky
Offline Send Email
Dec 3, 2008
10:00 am
1441
... 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 -...
Andreas Huggel
zzzahu
Offline Send Email
Dec 3, 2008
11:04 am
1442
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 ...
Markus Spring
mksspring
Offline Send Email
Dec 4, 2008
9:16 am
1443
Thanks Andreas!...
Jan Polnicky
jan.polnicky
Offline Send Email
Dec 4, 2008
9:21 am
1444
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...
Markus Spring
mksspring
Offline Send Email
Dec 4, 2008
3:34 pm
1445
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...
Markus Spring
mksspring
Offline Send Email
Dec 4, 2008
5:42 pm
1446
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...
Robin Mills
robinwmills
Offline Send Email
Dec 5, 2008
3:56 am
1447
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...
Andreas Huggel
zzzahu
Offline Send Email
Dec 5, 2008
5:41 am
1448
... determine ... offset ... Yes, that's what I meant. The adjustment for IFD0 would be 18 bytes too. ... These shouldn't cause any problem. ... Yes....
Andreas Huggel
zzzahu
Offline Send Email
Dec 5, 2008
5:52 am
1449
Hello, If I use the following code on Intel (little endian) machines: exifData["Exif.Image.XResolution"] = Exiv2::ShortValue(37); I get an expected resolution...
spam_for_dimitri
spam_for_dim...
Offline Send Email
Dec 9, 2008
3:29 pm
1450
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...
spam_for_dimitri
spam_for_dim...
Offline Send Email
Dec 9, 2008
3:33 pm
1451
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...
Andreas Huggel
zzzahu
Offline Send Email
Dec 10, 2008
1:26 am
1452
By convention, I try to keep the properties the same for similar files. I'll have a look and clean this up. Andreas...
Andreas Huggel
zzzahu
Offline Send Email
Dec 10, 2008
1:31 am
1453
... 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 ...
Andreas Huggel
zzzahu
Offline Send Email
Dec 10, 2008
1:59 am
1454
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...
Andreas Huggel
zzzahu
Offline Send Email
Dec 10, 2008
7:01 am
1455
... 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...
spam_for_dimitri
spam_for_dim...
Offline Send Email
Dec 10, 2008
12:14 pm
1456
... 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...
spam_for_dimitri
spam_for_dim...
Offline Send Email
Dec 10, 2008
12:25 pm
1457
... files. ... I haven't started yet. Would appreciate your patch. Thanks, Andreas...
Andreas Huggel
zzzahu
Offline Send Email
Dec 10, 2008
2:57 pm
1458
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...
Andreas Huggel
zzzahu
Offline Send Email
Dec 10, 2008
4:50 pm
1459
Bug #586 - http://dev.robotbattle.com/bugs/view.php?id=586...
Andreas Huggel
zzzahu
Offline Send Email
Dec 10, 2008
5:05 pm
1460
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...
Andreas Huggel
zzzahu
Offline Send Email
Dec 10, 2008
5:25 pm
1461
... Indeed it does, simple&effective. I've added a note to #586. Regards, Dimitri...
spam_for_dimitri
spam_for_dim...
Offline Send Email
Dec 11, 2008
6:54 pm
1462
... 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 ...
spam_for_dimitri
spam_for_dim...
Offline Send Email
Dec 11, 2008
8:03 pm
1463
Thanks for the patch, I'll work on this over the weekend. There is something wrong with the bug tracker, I'll check that too. Andreas...
Andreas Huggel
zzzahu
Offline Send Email
Dec 12, 2008
3:47 am
1464
... Sorry about that. The upload directory setting was clobbered when I upgraded Mantis. It should work now. -Brad...
Brad Schick
schickb
Offline Send Email
Dec 12, 2008
7:45 am
1465
... 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...
spam_for_dimitri
spam_for_dim...
Offline Send Email
Dec 12, 2008
9:46 am
1466
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...
Andreas Huggel
zzzahu
Offline Send Email
Dec 15, 2008
4:34 pm
1467
... 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!...
spam_for_dimitri
spam_for_dim...
Offline Send Email
Dec 16, 2008
2:09 pm
1468
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,...
Andreas Huggel
zzzahu
Offline Send Email
Dec 18, 2008
3:58 pm
Messages 1439 - 1468 of 1513   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! UK. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help