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

Yahoo! Groups Tips

Did you know...
You can search the group for older messages.

Messages

  Messages Help
Advanced
Messages 114 - 143 of 1513   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
114
Sorry if this is already posted. I searched and did not find anything. Does anyone know how to compile exiv2 via command line. I'm using the msvc 2003 free...
themojo2
Offline Send Email
Sep 5, 2005
6:00 am
115
Hi, One way is to just write a small script calling the compiler for each compilation unit and then to link the library. (I did that once a long time ago;...
Andreas Huggel
zzzahu
Offline Send Email
Sep 5, 2005
10:20 am
116
FYI, I store IPTC tags in this type of structure: map< pair<int, int>, set<string> > The (int, int) references the IPTC section and id (e.g. 2, 25 for ...
Jim and Janine
jflambjr
Offline Send Email
Sep 5, 2005
1:45 pm
117
FYI, I store IPTC tags in this type of structure: map< pair<int, int>, set<string> > The (int, int) references the IPTC section and id (e.g. 2, 25 for ...
Jim and Janine
jflambjr
Offline Send Email
Sep 5, 2005
1:55 pm
118
Hi While reading the exif info from an image with the -pt option I get the following error: This application has requested the Runtime to terminate it in an un...
exiv2user
Offline Send Email
Sep 7, 2005
9:26 pm
119
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the exiv2 group. File : /chocolatew.jpg ...
exiv2@...
Send Email
Sep 7, 2005
9:49 pm
120
Hi Thomas, Thanks for reporting this bug: http://dev.robotbattle.com/bugs/view.php?id=437 It will be fixed in the next version of Exiv2. Meanwhile you can...
Andreas Huggel
zzzahu
Offline Send Email
Sep 8, 2005
3:39 pm
121
Hi Andreas Thanks for quickly providing a fix. It doesn't solve the problem entirely though. At least it doesnt' crash anymore. But as you noticed the output...
exiv2user
Offline Send Email
Sep 8, 2005
6:47 pm
122
Hi Thomas, I've quickly tried another Exif browser (Exiftool) and got the same scrambled result. On the other hand, the exiv2 output for another picture taken...
Andreas Huggel
zzzahu
Offline Send Email
Sep 9, 2005
4:10 pm
123
Hi Andreas This image was downloaded from the Canons website. I just resized it and reapplied the original exif. Im able to read the exif with my little...
exiv2user
Offline Send Email
Sep 11, 2005
3:32 pm
124
Hi, Exiv2 is a really easy to use tool to change EXIF metadata in the files. But I have a problem under Windows system. I would like to transfer all metadata...
copatek
Offline Send Email
Sep 13, 2005
12:59 pm
125
Hi, Interesting problem but Exiv2 cannot solve that out-of-the box as it requires the filenames of the source and target files to be the same except for the...
Andreas Huggel
zzzahu
Offline Send Email
Sep 13, 2005
2:42 pm
126
Hi erverybody, i trying to load some Iptc data with the IptcData object. But i dont know how to convert the Data for this object. I work with the Imagemagick....
tobiwankenobi_83
tobiwankenob...
Offline Send Email
Sep 13, 2005
4:00 pm
127
Hi, As of v0.7 the prefered method to read metadata is via an Image object, which you'd usually get from ImageFactory. This means that Exiv2 can see the ...
Andreas Huggel
zzzahu
Offline Send Email
Sep 14, 2005
2:05 am
128
Ok i try to clarify my intent. I am using a imagelibary names imageMagick to load and modify images. This library is verry well but not in process iptcData....
Tobi wan
tobiwankenob...
Offline Send Email
Sep 14, 2005
8:28 am
129
... process ... Well... IptcData::load If it doesn't work then the format of the data from imageMagick is not what Exiv2 expects. IptcData::load expects the...
Andreas Huggel
zzzahu
Offline Send Email
Sep 14, 2005
12:57 pm
130
Hi Thomas, You've got a point. When I adjust the offset of the Makernote (shift = -22) I can see more data too. Looks like I'll have to spend a bit more time...
Andreas Huggel
zzzahu
Offline Send Email
Sep 14, 2005
4:25 pm
131
With exiv2 I would like to set/change file properties on windows XP (title, subject, author ...). Could somebody tell me how to set the attributes with exiv2...
copatek
Offline Send Email
Sep 17, 2005
7:09 am
132
... Yes. These are windows shell specific tags....
exiv2user
Offline Send Email
Sep 19, 2005
9:53 pm
133
Exiv2 exception in print action for file file.jpg: Unsupported time format I get that with a lot of jpegs. This is one of the problematic files: ...
exiv2user
Offline Send Email
Sep 30, 2005
5:06 am
134
Hi Pablo, Thanks for reporting this problem. The IPTC time in the image is lacking mandatory timezone information. The software that wrote this time to the...
Andreas Huggel
zzzahu
Offline Send Email
Oct 1, 2005
2:42 am
135
Hello, my name is Gerrit P. Haase, I'm an amateur photographer, using Canon D60. I convert raw images with dcraw and manipulate them with PS then, however,...
Gerrit P. Haase
timtowtdi
Offline Send Email
Oct 4, 2005
2:49 pm
136
Hi Gerrit, The raw files do not contain all the Exif data (at least CRW files don't, I'm not sure about CR2). It is stored in the THM file. Exiv2 can read THM...
Andreas Huggel
zzzahu
Offline Send Email
Oct 4, 2005
3:46 pm
137
Hi Andreas, basically I want to include the EXIF information in the JPEG files generated for display on the web. So it would be sufficient to write into the...
Gerrit P. Haase
timtowtdi
Offline Send Email
Oct 4, 2005
6:21 pm
138
removing standard Exif tags is easy, but for some reason trying to remove at least some Makernote entries (e.g. Exif.CanonCs1.FocusType ) is problematic. Right...
stokes_will
Offline Send Email
Oct 4, 2005
8:45 pm
139
Canon stores the CanonCs1/2 and custom function tags in an array of shorts in the Makernote and the tags are identified by the index into this array. Therefore...
Andreas Huggel
zzzahu
Offline Send Email
Oct 5, 2005
2:15 am
140
Hi! For those of you using Gentoo Linux, I've created an ebuild for exiv2. http://alexander.wright-family.me.uk/exiv2-0.7.ebuild Save it to...
Alexander Wright
herring4242
Offline Send Email
Oct 9, 2005
5:34 pm
141
... To make this better, could the Makefile please be modified to honour the DESTDIR variable? Thanks. Alex....
Alexander Wright
herring4242
Offline Send Email
Oct 10, 2005
9:26 am
142
... Hi Alex, Thanks for this! I'll have to check out how DESTDIR is supposed to be handled and will fix the Makefile. Regards, Andreas -- Highspeed-Freiheit....
Andreas Huggel
zzzahu
Offline Send Email
Oct 10, 2005
9:44 am
143
... Hi Alex, Thanks for this! I'll have to check out how DESTDIR is supposed to be handled and will fix the Makefile. Regards, Andreas -- Lust, ein paar Euro...
Andreas Huggel
zzzahu
Offline Send Email
Oct 10, 2005
9:56 am
Messages 114 - 143 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