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.
Hi there, I want to rename a whole directory of images with exiv2 and have a couple simple(?) questions. If I do "exiv2 rename *.JPG" I get files in the format...
... Yes, if you do "exiv2 -F -r'%Y-%m-%d' *.JPG" you'll get files 2007-03-20.JPG 2007-03-20_1.JPG 2007-03-20_2.JPG ... (-F just to suppress the questions) The...
Using the Windows binary and cant seem to set the GPSVersionID Exif property so that it shows correctly in Photoshop. I can set the latitude and longitude...
Andreas, Is there any roadmap/schedule for adding RAW write support to libexiv2? It looks to me that currently, the only RAW format that can be updated by...
... The roadmap is still the same as discussed here before, but it doesn't include a schedule, i.e. dates. TIFF-write support is the next real feature. At...
... Andreas, This is want mean than i can start my first test with this branch using digiKam, or i need to wait later ? Here, i have a DNG->RAW file converter...
... You can try of course, but I think it won't be useful yet. At best it will write the modifed Exif data and strip the image data from your TIFF images at...
I'm not sure if this is a bug, or I'm not using the library correctly. In Mac OS 10.4 Preview application, in the Get Info pane, I set 2 keywords to a JPEG,...
... It is often a good test to check if you can do something similar to what you need with the exiv2 command line utility. Does exiv2 -pi work? If it does, can...
Dear community, I am owner of a Canon G7 camera and use Digikam to organize my photos. Unfortunatelly Canon uses proprietary ISO senistivity codings as found ...
Hi guys! I don't know C++ and I would be very happy, if someone can give me a short explanation on how to use exiv2 to add/edit IPTC tags from C#. Do I need to...
Hi guys! I don't know C++ and I would be very happy, if someone can give me a short explanation on how to use exiv2 to add/edit IPTC tags from C#. Do I need to...
... You can use the exivsimple.dll to access Exiv2 functionality from C#. It provides a simple and limited interface. See the msvc/exivsimple/ directory in the...
I've added the values (and one more) to the relevant list. Eventually, there should be a slightly more intelligent conversion function for this. You can get...
Hi, I am looking for the best way to get the MRW Thumbnail which is hidden somewhere in the MakerNote section. Any clue to get a hand on it ? Extract of exiv2...
Thank you very much for the quick response, but unfortunately I don't have any clue on how to apply the patch. To which file do I need to add the informatins? ...
If you have the "patch" program, e.g., under Linux: Cd into the src/ directory and run: patch -p0 < patch_file where patch_file is a local file with the...
Hi group, some here obviously have experiences with imageformats. I am looking for a way to display (access) the images inside the thumbs.db files of windows...
ah, thanks a lot for the description. I managed to edit the cpp file manually and recompiled, but unfortunatelly digikam rejects to cooperate with the patched...
Try the exiv2 tool first: In the src/ directory, the command ./exiv2 -pt <image> | grep -i iso should show something like this Exif.CanonCs.ISOSpeed...
You're on the right track with the code you tried. However, Exiv2 doesn't read the data pointed to by this pair of tags (Exif.Minolta.ThumbnailOffset,...
Andreas, This is my fault (:=))) I have never completed the Thumbnails extraction code in Minolta makenote implementation from Exiv2. In digiKam, i use another...
... No problem. Let me take the blame for things that don't work in exiv2; you probably already get some for digikam... :) (This particular issue is related to...
... if (buf.size_ > 0) buf.pData_[0] = 0xff; ... With the patch posted earlier and the additional line above it works here now. The first picture I tried was...
... It worked like a charm for MRW files. Thank you so much... But, for Jpeg (from the same 7D...) where the same Thumbnail is stored, I also get a zero length...
When using the minGW environment on Windows XP the following code produces an output of "DST: 1" when daylights savings time is active: time_t now; struct tm...
It will stored at the same place for JPEG but i'm not sure if preview picture is available in this case. Preview image is a small JPEG picture (640x480) used...