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 135 - 164 of 1513   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
144
... 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...
Alexander Wright
herring4242
Offline Send Email
Oct 10, 2005
4:31 pm
145
... Isn't Automake / Libtool used? Automake handles DESTDIR automatically! Gerrit -- =^..^=...
Gerrit P. Haase
timtowtdi
Offline Send Email
Oct 11, 2005
10:09 am
146
... Only Autoconf and Libtool, the Makefiles are hand-rolled. -ahu....
Andreas Huggel
zzzahu
Offline Send Email
Oct 11, 2005
2:22 pm
147
... Done. ... Runtime : libc, libstdc++ (or equivalent) Compile : C++ compiler, GNU make, sed and a few more shell commands Building the documentation requires...
Andreas Huggel
zzzahu
Offline Send Email
Oct 11, 2005
2:34 pm
148
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...
maciek9billion
Offline Send Email
Oct 17, 2005
2:03 am
149
... New ebuild for exiv2 now includes dependencies and the DESTDIR additions, backported to the latest released version (0.7). ...
Alexander Wright
herring4242
Offline Send Email
Oct 18, 2005
11:15 am
150
Hi, I'm having some problems with the exivsimple lib. It works like a charm, but when I try to add it as a resource to a project, Visual Studio complains that...
maciek9billion
Offline Send Email
Oct 23, 2005
11:43 pm
151
Any suggestions for making thead-safe accesses to Exiv2 (through exivsimple and MetaData.cs, specifically)? I've tried putting a lock around read/write...
maciek9billion
Offline Send Email
Oct 30, 2005
5:13 am
152
The Exiv2 C++ library is not (yet) re-entrant but I (without C# knowledge) don't understand why your approach doesn't solve the problem. The only issues I'm...
Andreas Huggel
zzzahu
Offline Send Email
Oct 30, 2005
1:38 pm
153
... hello maicek, here is a example which returns a string: public string GetMetaInfo() { System.Text.StringBuilder metaInfo = new...
mk_hmr
Offline Send Email
Oct 30, 2005
3:26 pm
154
Well, it turns out that the answer is much simpler than I expected: I of course was forgetting to lock two little accesses to exivsimple that were happening in...
maciek9billion
Offline Send Email
Oct 30, 2005
10:13 pm
155
Actually, a related question: Once thread safety is implemented, will this be full thread safety, so that I can make concurrent calls to read/modify metadata...
maciek9billion
Offline Send Email
Oct 30, 2005
11:20 pm
156
... Only the simple thread-safety: In the sense that simultaneous accesses to distinct images/metadata will be safe, and simultaneous read accesses to shared...
Andreas Huggel
zzzahu
Offline Send Email
Oct 31, 2005
4:40 pm
157
Hi all, I am getting the following error on a particular photo. "Iop entry 2796 lies outside of the IFD memory buffer" this photo actually -> ...
winterjunk111
Offline Send Email
Nov 7, 2005
10:37 am
158
Hi, Thanks for reporting this issue. The problem appears to be a corrupted IOP directory in the Exif structure of the image. I'll treat this as a bug, exiv2...
Andreas Huggel
zzzahu
Offline Send Email
Nov 8, 2005
3:17 pm
159
great stuff! thanks Andreas....
winterjunk111
Offline Send Email
Nov 9, 2005
8:25 am
160
Hello, this is a great programme. Thanks! Is it possible to not have exiv2 change the file date when it changes EXIF data? This would be a useful feature. Jo...
exiv2user
Offline Send Email
Nov 13, 2005
12:12 pm
161
Hey all. I wrote a Windows .NET app that uses exiv to geocode my photos. Check it out! http://www.itagsoftware.awswa.com/ Flickr can read the tags and then you...
exiv2user
Offline Send Email
Nov 17, 2005
9:12 am
162
It took a while this time but here it is finally. v0.8 adds support for Canon CRW images (read-only for now). Canon THM files are also supported, since these...
Andreas Huggel
zzzahu
Offline Send Email
Nov 19, 2005
4:37 pm
163
Hello Andreas, I have made the installation of exiv2-0.8, all seems to go well (configure, make then make install with a litlle modification for the install...
exiv2user
Offline Send Email
Nov 22, 2005
10:09 am
164
Hi Guillaume, ... Does the installed exiv2 utility work? ... [link errors] ... Not really... It looks like all these errors are about missing STL code, they ...
Andreas Huggel
zzzahu
Offline Send Email
Nov 22, 2005
3:42 pm
Messages 135 - 164 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