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 1068 - 1097 of 1513   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1068
... 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....
Andreas Huggel
zzzahu
Offline Send Email
Mar 5, 2008
7:53 am
1069
... I've finally added a simple (and purposely awkwardly named) function floatToRationalCast() which is just a slightly improved (and fixed) version of the old...
Andreas Huggel
zzzahu
Offline Send Email
Mar 5, 2008
8:05 am
1070
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, ...
Andreas Huggel
zzzahu
Offline Send Email
Mar 5, 2008
8:13 am
1071
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...
Andreas Huggel
zzzahu
Offline Send Email
Mar 5, 2008
8:19 am
1072
... 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...
Andreas Huggel
zzzahu
Offline Send Email
Mar 5, 2008
8:53 am
1073
... Done - http://www.exiv2.org/doc/index.html...
Andreas Huggel
zzzahu
Offline Send Email
Mar 7, 2008
7:52 am
1074
... I will look into it on weekend. Vladimir...
Vladimir Nadvornik
nadvornikv
Offline Send Email
Mar 7, 2008
10:24 am
1075
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...
feraudyh
Offline Send Email
Mar 7, 2008
9:46 pm
1076
Try with values 8/1 and 400/1 since the type is Rational. -ahu....
Andreas Huggel
zzzahu
Offline Send Email
Mar 8, 2008
6:27 am
1077
... 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...
Andreas Huggel
zzzahu
Offline Send Email
Mar 8, 2008
11:33 am
1078
I've checked-in some initial XMP sidecar support. -ahu....
Andreas Huggel
zzzahu
Offline Send Email
Mar 8, 2008
5:16 pm
1079
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...
Vladimir Nadvornik
nadvornikv
Offline Send Email
Mar 8, 2008
11:01 pm
1080
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...
Andreas Huggel
zzzahu
Offline Send Email
Mar 9, 2008
10:35 am
1081
... oh of course... got it now...
Andreas Huggel
zzzahu
Offline Send Email
Mar 9, 2008
10:50 am
1082
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...
Andreas Huggel
zzzahu
Offline Send Email
Mar 9, 2008
2:36 pm
1083
... 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...
Vladimir Nadvornik
nadvornikv
Offline Send Email
Mar 10, 2008
9:39 am
1084
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...
Andreas Huggel
zzzahu
Offline Send Email
Mar 10, 2008
10:35 am
1085
... 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...
Udi Fuchs
udifuchs
Offline Send Email
Mar 10, 2008
2:24 pm
1086
... Sidecar files are writable, proprietary raw files are not (mostly). That of course means that the values from sidecar should be preferred. Vladimir...
Vladimir Nadvornik
nadvornikv
Offline Send Email
Mar 10, 2008
4:38 pm
1087
... 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...
Andreas Huggel
zzzahu
Offline Send Email
Mar 11, 2008
3:16 am
1088
... 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...
Vladimir Nadvornik
nadvornikv
Offline Send Email
Mar 11, 2008
9:54 am
1089
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...
stephen@...
romeriz
Offline Send Email
Mar 11, 2008
12:03 pm
1090
... stored ... feature for ... I would also very much like to see write capability for TIFF based raw images like DNG to add GPS information....
rwittma
Offline Send Email
Mar 11, 2008
12:25 pm
1091
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...
el_supremo01
Offline Send Email
Mar 11, 2008
9:50 pm
1092
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...
Udi Fuchs
udifuchs
Offline Send Email
Mar 11, 2008
11:33 pm
1093
... 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...
Andreas Huggel
zzzahu
Offline Send Email
Mar 12, 2008
2:22 am
1094
Thanks for the info Andreas. Maybe for now I'll just write the lat/long as a comment. Pete...
el_supremo01
Offline Send Email
Mar 12, 2008
3:40 am
1095
... 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...
Vladimir Nadvornik
nadvornikv
Offline Send Email
Mar 12, 2008
9:00 pm
1096
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. ...
exiv2post
Offline Send Email
Mar 14, 2008
4:34 pm
1097
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...
Andreas Huggel
zzzahu
Offline Send Email
Mar 15, 2008
4:37 am
Messages 1068 - 1097 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