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 698 - 728 of 1513   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
698
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...
j_c_cummings
Online Now Send Email
Apr 3, 2007
5:05 pm
699
... 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...
Andreas Huggel
zzzahu
Offline Send Email
Apr 4, 2007
2:57 am
700
Hi, we are looking for a way to use exiv2 under Borland C Builder 2006. Is there a help file how to use it or has anybody done it before? Ingo...
ralfpetermeier2000
ralfpetermei...
Offline Send Email
Apr 10, 2007
7:21 am
701
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...
sjdarlington
Offline Send Email
Apr 11, 2007
6:20 pm
702
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...
Marco Piovanelli
piovanel
Offline Send Email
Apr 13, 2007
10:52 am
703
... 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 Huggel
zzzahu
Offline Send Email
Apr 13, 2007
11:14 am
704
... 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...
Gilles Caulier
cauliergilles
Offline Send Email
Apr 13, 2007
6:28 pm
705
... 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...
Andreas Huggel
zzzahu
Offline Send Email
Apr 14, 2007
1:14 am
706
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,...
exiv2user
Offline Send Email
Apr 15, 2007
9:10 pm
707
... 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...
Andreas Huggel
zzzahu
Offline Send Email
Apr 16, 2007
1:30 am
709
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 ...
Patrick
adenosintrip...
Offline Send Email
Apr 19, 2007
5:31 am
710
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...
Florian Witteler
florian_witt...
Offline Send Email
Apr 19, 2007
4:40 pm
711
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...
Ivan der Schreckliche
florian_witt...
Offline Send Email
Apr 19, 2007
5:28 pm
712
... 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...
Andreas Huggel
zzzahu
Offline Send Email
Apr 20, 2007
3:21 pm
713
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...
Andreas Huggel
zzzahu
Offline Send Email
Apr 20, 2007
4:56 pm
714
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...
exiv2user
Offline Send Email
Apr 20, 2007
6:41 pm
715
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? ...
Patrick Markert
adenosintrip...
Offline Send Email
Apr 21, 2007
7:42 am
716
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...
Andreas Huggel
zzzahu
Offline Send Email
Apr 21, 2007
7:59 am
717
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...
ralfpetermeier2000
ralfpetermei...
Offline Send Email
Apr 21, 2007
12:26 pm
718
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...
Patrick Markert
adenosintrip...
Offline Send Email
Apr 22, 2007
12:42 pm
719
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...
Andreas Huggel
zzzahu
Offline Send Email
Apr 22, 2007
2:41 pm
720
I have tried to get it with the following code Exiv2::ExifKey key("Exif.Minolta.ThumbnailOffset"); Exiv2::ExifData::const_iterator format =...
exiv2user
Offline Send Email
Apr 22, 2007
10:26 pm
721
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 Huggel
zzzahu
Offline Send Email
Apr 23, 2007
4:19 am
722
Andreas, This is my fault (:=))) I have never completed the Thumbnails extraction code in Minolta makenote implementation from Exiv2. In digiKam, i use another...
Gilles Caulier
cauliergilles
Offline Send Email
Apr 23, 2007
6:32 am
723
In digiKam right sidebar, the panel content from "Hersterller..." (== "Makernote" in English) is given by Exiv2 shared library... Gilles Caulier...
Gilles Caulier
cauliergilles
Offline Send Email
Apr 23, 2007
6:42 am
724
... 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...
Andreas Huggel
zzzahu
Offline Send Email
Apr 23, 2007
7:34 am
725
... 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...
Andreas Huggel
zzzahu
Offline Send Email
Apr 23, 2007
2:34 pm
726
... 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...
exiv2user
Offline Send Email
Apr 23, 2007
6:53 pm
727
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...
exiv2user
Offline Send Email
Apr 23, 2007
7:50 pm
728
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...
Gilles Caulier
cauliergilles
Offline Send Email
Apr 24, 2007
7:41 am
Messages 698 - 728 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