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 ...
120
Andreas Huggel
zzzahu
Sep 8, 2005 3:39 pm
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...
121
exiv2user
Sep 8, 2005 6:47 pm
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...
122
Andreas Huggel
zzzahu
Sep 9, 2005 4:10 pm
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...
123
exiv2user
Sep 11, 2005 3:32 pm
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...
124
copatek
Sep 13, 2005 12:59 pm
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...
125
Andreas Huggel
zzzahu
Sep 13, 2005 2:42 pm
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...
126
tobiwankenobi_83
tobiwankenob...
Sep 13, 2005 4:00 pm
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....
127
Andreas Huggel
zzzahu
Sep 14, 2005 2:05 am
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 ...
128
Tobi wan
tobiwankenob...
Sep 14, 2005 8:28 am
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....
129
Andreas Huggel
zzzahu
Sep 14, 2005 12:57 pm
... 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...
130
Andreas Huggel
zzzahu
Sep 14, 2005 4:25 pm
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...
131
copatek
Sep 17, 2005 7:09 am
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...
132
exiv2user
Sep 19, 2005 9:53 pm
... Yes. These are windows shell specific tags....
133
exiv2user
Sep 30, 2005 5:06 am
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: ...
134
Andreas Huggel
zzzahu
Oct 1, 2005 2:42 am
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...
135
Gerrit P. Haase
timtowtdi
Oct 4, 2005 2:49 pm
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,...
136
Andreas Huggel
zzzahu
Oct 4, 2005 3:46 pm
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...
137
Gerrit P. Haase
timtowtdi
Oct 4, 2005 6:21 pm
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...
138
stokes_will
Oct 4, 2005 8:45 pm
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...
139
Andreas Huggel
zzzahu
Oct 5, 2005 2:15 am
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...
140
Alexander Wright
herring4242
Oct 9, 2005 5:34 pm
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...
141
Alexander Wright
herring4242
Oct 10, 2005 9:26 am
... To make this better, could the Makefile please be modified to honour the DESTDIR variable? Thanks. Alex....
142
Andreas Huggel
zzzahu
Oct 10, 2005 9:44 am
... 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....
143
Andreas Huggel
zzzahu
Oct 10, 2005 9:56 am
... 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...
144
Alexander Wright
herring4242
Oct 10, 2005 4:31 pm
... Should be fairly simple. When installing, rather than installing into /usr/lib/exiv2/ (or whatever) install into $DESTDIR/usr/lib/exiv2/ Gentoo uses it as...
... Only Autoconf and Libtool, the Makefiles are hand-rolled. -ahu....
147
Andreas Huggel
zzzahu
Oct 11, 2005 2:34 pm
... Done. ... Runtime : libc, libstdc++ (or equivalent) Compile : C++ compiler, GNU make, sed and a few more shell commands Building the documentation requires...
148
maciek9billion
Oct 17, 2005 2:03 am
I'm working on a project right now that's using exiv2, and I wanted to thank you all for a job extremely well done. I'm especially impressed with how clean the...