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.
... I suppose most things people do with exiv2 (including what I'm doing) are likely to be I/O-bound anyway. I suppose I'll tweak exivsimple to iterate for now...
Thanks, Gilles. I looked at the header file and that might be just the interface I need. I'll definitely look into it more. -Maciek ... around ... figure out...
Excepted the IPTC/UTF8 problem witch is know, let's me hear if you found any problem in this implementation. Note than Andreas give me some tips/help to...
Hello, I need to rotate pictures by 90 degrees. Is changing the exif value for the field Orientation a good way of doing that? For instance, when the...
Jean Christophe, Set the exif rotation tag is a speed way to do it without touch the image data. But not all image viewer support the Exif rotation tag to...
Hi Jean-Christophe, as Gilles wrote, modifying the exif rotation tag does not alter the image data. Some viewers support this option and display the image ...
Olivier, Gilles, Thank your for your answers. It looks like that the right way is to rotate physically the image. I am not sure though what I should do with...
That's a good question. I'd say you should 1) physically rotate the image 2) reset the standard exif orientation tag to normal 3) reset any proprietary exif...
Hi all, I wanted to ask for input on some thoughts regarding a potential extended interface for exivsimple. (Andreas, I see that you'll be out for a while;...
Windows API propose two approaches 1 - give two entry points, one to get the size of the needed buffer and one to call with the right buffer size 2 - give a...
I see some advantages with your (second) approach (I think the first one, Windows API standard or not, is an ugly way to cram additional semantics into a...
I am not a UNIX whiz. I need someone to point me toward a tool which runs under Windows XP to extract all the files. I tried Winzip. It fails to read the...
Hello, I do not think that the AF points returned by exiv2 are correct. At first, I thought it was fixed with bug report 512, but that only corrects which set...
I suspect this tag requires different translation tables for different camera models and the one that's currently implemented is not that for the 350D. Here is...
... Andreas, You are correct. I went digging and discovered: http://www.sno.phy.queensu.ca/~phil/exiftool/TagNames/Canon.html. It states that the Picture Info...
... Hello, OK, so that doesn't look like it is an easy thing to do. Based on the discussion you pointed me at earlier, the print functions do not have access...
... Andreas, I have now joined this group as thedeepvoice1. I am interested in moving further with the print issue. When you have some time please feel free...
VERY new to Exiv and just beginning to look at the package. How can I change the many vcproj files so that everything will compile with version 7.0.9466? Is...
... Gerry, Have a look at SVN revision 1112 (in the branches/exiv2-tiffparser branch, which is essentially the unstable version now). This should provide the...
I'd like to use the -t or -T option, but I have several jpg files that do not have values for Exif.Photo.DateTimeOriginal. However, they each have values for...
... There is no direct way for either. For the -t/-T options a straightforward change in the code is to try DateTime if DateTimeOriginal does not exist. I'll...
... The format of TZ is confusing. E.g., here in Malaysia, I set TZ=MYT-8, where MYT is a string to identify the timezone (but it doesn't matter what string it...
... It was me who updated exiv2 to support more AF points and I based my code on my camera, a 20D. When exiv2 can interpret tags based on other ones I will be...