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 157 - 186 of 1513   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
165
Hi Andreas, ... Yes, no problem with exiv2 utility himself. ... code, they ... standalone ... does your ... I'm trying now to recreate a static library of...
exiv2user
Offline Send Email
Nov 23, 2005
9:40 am
166
Dumb question, but why are you using Code Warrior on Mac? My impression (as someone who develops software under OSX using gcc/XCode) was that Metroworks was...
Will Stokes
stokes_will
Offline Send Email
Nov 23, 2005
6:54 pm
167
... Hi Will, CodeWarrior works correctly for OSX application if you use Apple 10.3.x SDK. So far I'm used to working with CW, that why I choose it for makingt...
exiv2user
Offline Send Email
Nov 24, 2005
1:43 pm
168
Hello, could you tell me if the library can be used to create custom IPTC datasets ? I heard it was possible with IPTC....
exiv2user
Offline Send Email
Nov 24, 2005
4:53 pm
169
I didn't build the libexiv2.a static library using Xcode. I built it from the command line like so: ./configure --enable-static --disable-shared...
Will Stokes
stokes_will
Offline Send Email
Nov 24, 2005
5:37 pm
170
Yes, no problem. Just use custom IPTC keys like "Iptc.Application2.0x00ff" or even "Iptc.0x00aa.0x00ee". -ahu....
Andreas Huggel
zzzahu
Offline Send Email
Nov 25, 2005
4:23 pm
171
My project, a .NET 2.0 app that uses exiv2 (via exivsimple), occasionally leads to exiv2 causing an AccessViolationException. Before we moved our app to 2.0,...
maciek9billion
Offline Send Email
Nov 28, 2005
12:17 am
172
... [...] ... ...might well be, this is a common problem in C and C++ programs. Unfortunately, they are difficult to find. To detect such bugs, I use Valgrind...
Andreas Huggel
zzzahu
Offline Send Email
Nov 28, 2005
3:56 pm
173
... don't cover ... Actually (amusingly enough), I'm the reporter on that ticket. We're using a sligthly customized version of the library that fixes this ...
maciek9billion
Offline Send Email
Nov 28, 2005
5:07 pm
174
Ok, so it looks like this bug pops up *more* often when we are using exiv2 to do read lots of pictures "at once". We are locking access to the library, due to...
maciek9billion
Offline Send Email
Nov 29, 2005
9:21 am
175
... For those of you using Gentoo Linux, here is the exiv2 0.8 ebuild. http://alexander.wright-family.me.uk/exiv2-0.8.ebuild Save it to...
Alexander Wright
herring4242
Offline Send Email
Nov 29, 2005
10:55 am
176
... No, exiv2 doesn't know about threads. -ahu....
Andreas Huggel
zzzahu
Offline Send Email
Nov 29, 2005
12:57 pm
177
OK, thanks a lot for your help Will, I'll try this way because my 'CodeWarrior static library of exiv2' still don't work... Guillaume ... ...
exiv2user
Offline Send Email
Dec 1, 2005
3:26 pm
178
... Ok, thanks. So I think this is due to exivsimple's lax file-access checking (we probably should have made it more robust before using it directly). If...
maciek9billion
Offline Send Email
Dec 3, 2005
1:08 am
179
... Update, for anyone who might be interested: This seems to be a straight invalid memory reference coming from JpegBase::readMetadata(). We're trying to...
maciek9billion
Offline Send Email
Dec 3, 2005
10:31 am
180
... I am... looks like you're almost there -ahu....
Andreas Huggel
zzzahu
Offline Send Email
Dec 3, 2005
1:43 pm
181
... Does this always happen with a specific image or sequence of images? -Brad...
Brad Schick
schickb
Offline Send Email
Dec 3, 2005
7:00 pm
182
... I don't think so. At least three of my team members have been able to consistently reproduce this on totally different picture sets. I haven't tracked my...
maciek9billion
Offline Send Email
Dec 4, 2005
12:20 am
183
... I've checked, and it happens on various images. I've tracked it down to this: int scanned = sscanf(buf, format, &t.hour, &t.minute, &t.second, &plusMinus,...
maciek9billion
Offline Send Email
Dec 4, 2005
9:49 am
184
Another update: a member of my team tried ripping out all of the relevant exiv-calling code and put it in a absolutely-definitely-single-threaded driver class....
maciek9billion
Offline Send Email
Dec 6, 2005
4:26 am
185
... Is this code something you could send me to along with the images? I would not keep the code or the images around after looking into this problem. Also did...
Brad Schick
schickb
Offline Send Email
Dec 6, 2005
7:18 am
186
... Can you strip this further to a plain C++ reproducer? Does it still happen? -ahu....
Andreas Huggel
zzzahu
Offline Send Email
Dec 6, 2005
2:56 pm
Messages 157 - 186 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