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.
Hello. I wonder if it is possible to change the file comments, which are outside of the EXIF information. It is not Exif.Image.ImageDescription, nor...
Hello again. Sorry for the previous question, I have found the answer myself: It can be done with the '-c' option, followed by the text in double- quotes, and...
Hi, what is the commandline to get all IPTC keywords? I'd like a script retrieving all my tags of all my photos. exiv2 -pi *.jpg is the best I got for now. But...
All of this needs to be done via the shell right now. On Linux, something like this will list all unique IPTC keywords from all JPEGs in the images/ directory...
On Thursday 06 July 2006 07:20, jhwashere wrote: [snip] ... Try adding a * after [0-9] so that numbers with more than one digit match too ... That should be...
I know that it is possible to test the presence of a particular tag in an image by using findkey method in Exiv. But I would like to this for all tags in...
I know that it is possible to test the presence of a particular tag in an image by using findkey method in Exiv. But I would like to this for all tags in...
I know that it is possible to test the presence of a particular tag in an image by using findkey method in Exiv. But I would like to this for all tags in...
... tags in ifdTagInfo[] ... tag in ... other ... test ... needed? ... through a taglist function. But still, why do you need to check if all tags are present...
... tags in ifdTagInfo[] ... tag in ... other ... test ... needed? ... through a taglist function. But still, why do you need to check if all tags are present...
... tags in ifdTagInfo[] ... tag in ... other ... test ... needed? ... through a taglist function. But still, why do you need to check if all tags are present...
Okay, I tracked this to a time parsing error. It's taking me a while to wrap my head around the parsing itself, but the basic problem seems to be here: void...
... Intended behaviour: if image contains the Exif tag if the Exif time string can be converted to a UNIX timestamp set the corresponding CRW tag to the...
Hello. Ii am seeking how to print out only one tag from the print command. I didn't find any information on that. I would like to be able to specify what tag I...
Thanks, Andreas. I actually made another post to the group, but either it's really slow to show up (8+ hours now, I think), or it simply disappeared. Anyway,...
hi there, I am one of the maintainers of panotools (panotools.sourceforge.net), a library and applications to create photo panoramas. We are currently...
... I don't think you can do this directly, Daniel. If you're on a *nix system (including the Mac or running MSYS on Windows), you can pipe the output to grep...
... According to this post ( http://uk.groups.yahoo.com/group/exiv2/message/330 ), this shouldn't be a problem. Unfortunately, my C experience is rather...
... Good, that sounds like you are there. Have you tried to set the define only in localtime.c (or one of the headers it includes, whichever is appropriate) so...
Making a similar change in actions.cpp fixes exiv2-test.sh. There might be a better place to put the define, but I can't really think of one (unless, I guess,...
Everything passes now *except* path-test.sh (there is no path-test executable in the src folder, or anywhere else, as far as I can tell). bugfixes-test.sh also...