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 1046 - 1075 of 1513   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1046
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...
exiv2post
Offline Send Email
Feb 12, 2008
12:44 pm
1047
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...
exiv2post
Offline Send Email
Feb 12, 2008
4:08 pm
1048
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...
Andreas Huggel
zzzahu
Offline Send Email
Feb 13, 2008
10:39 am
1049
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...
Andreas Huggel
zzzahu
Offline Send Email
Feb 13, 2008
11:04 am
1050
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...
olivier@...
osomon314
Offline Send Email
Feb 13, 2008
11:44 am
1051
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...
nadvornikv
Offline Send Email
Feb 14, 2008
10:08 am
1052
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)) ==...
nadvornikv
Offline Send Email
Feb 14, 2008
4:12 pm
1053
... 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...
Andreas Huggel
zzzahu
Offline Send Email
Feb 15, 2008
3:46 pm
1054
... 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...
Andreas Huggel
zzzahu
Offline Send Email
Feb 15, 2008
4:34 pm
1055
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...
Vladimir Nadvornik
nadvornikv
Offline Send Email
Feb 15, 2008
5:46 pm
1056
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...
Andreas Huggel
zzzahu
Offline Send Email
Feb 16, 2008
11:49 am
1057
... Exiv2::Metadatum? ... Reworked op<< for Metadatum, introduced std::string Metadatum::print(). Rev 1391....
Andreas Huggel
zzzahu
Offline Send Email
Feb 16, 2008
6:11 pm
1058
... 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. ...
Vladimir Nadvornik
nadvornikv
Offline Send Email
Feb 16, 2008
6:23 pm
1059
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...
twice_redeemed
Offline Send Email
Feb 17, 2008
1:50 am
1060
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...
Andreas Huggel
zzzahu
Offline Send Email
Feb 17, 2008
10:43 am
1061
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...
Vladimir Nadvornik
nadvornikv
Offline Send Email
Feb 17, 2008
12:02 pm
1062
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...
Andreas Huggel
zzzahu
Offline Send Email
Feb 17, 2008
1:08 pm
1063
... OK, here is complete matrix. I have also added some tests to xmpsample.cpp. Vladimir...
Vladimir Nadvornik
nadvornikv
Offline Send Email
Feb 19, 2008
9:57 pm
1064
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...
mdworks
Offline Send Email
Feb 23, 2008
5:47 pm
1065
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...
je26lf
Offline Send Email
Feb 24, 2008
4:46 pm
1066
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...
exiv2post
Offline Send Email
Feb 27, 2008
11:39 am
1067
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 ...
exiv2post
Offline Send Email
Feb 28, 2008
1:39 am
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
Messages 1046 - 1075 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