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 am trying to look at a group of images (jpeg) and take the filename (without extension) and write that to an IPTC field (which is not important). What would...
Jeff, That's not so straightforward and exiv2 cannot do it all by itself. First you need to build a command file with the appropriate command, in particular,...
Hi! There is "bug" on system what renames files names to timestamp of pictures took time.. When you have SLR Digi like Nikon D100 and you take few picture in...
... file are ... with ".exv". ... as it is ... Hi, Found exiv2 today and it seems to be what I was looking for for quite some time - a really easy to use tool...
Oops, that's bad. Thanks for reporting this, it is now bug #423: http://dev.robotbattle.com/mantis/view.php?id=423 Workaround: Change into the directory where...
Hello, I have problems to compile the examples (http://home.arcor.de/ahuggel/exiv2/example1.html). Because I'am a Java Developer, it's not completly clear to...
The examples come with the sources, the code of example1 is in file exifprint.cpp. If you run make, it's compiled by default, for MSVC there is a target to...
Hi all Just found this great program. Now when I want to insert ReleaseTime and ReleaseDate ether it's not taking it or its telling me it's the wrong format. ...
Hi all Just found this great program. Now when I want to insert ReleaseTime and ReleaseDate ether it's not taking it or its telling me it's the wrong format. ...
Hi Roland, Date and Time formats must match the following examples: exiv2 -M"set Iptc.Application2.ReleaseDate 2005-03-18" IMG_1950.JPG exiv2 -M"set...
Hi Andreas, Thanks a lot 4 your infos. It works like a charme. Now I know what I did wrong with the -M Option, in Windows it's not working with ' like...
Not sure if this is a problem with exiv2 or my code, but I'm getting some strange behavior when modifying existing IPTC tags. Here are my test files, ...
Hi Jeffery, Here is a preliminary observation: Both files seem to contain XMP metadata with the same values as the original IPTC data. Exiv2 currently does not...
Andreas, Yes, you are totally correct, that's the problem. When only IPTC metadata is written, iView will show that information. But it defaults to showing the...
Hi, Sorry if this is a dumb question. I have read all the instructions I could find and still couldn't figure this out. I wish I was a programmer but that...
... Hi Patrick, The exiv2 utility does not support this out of the box. It could be done with a script that uses the utility or a program that uses the exiv2...
Here's a file that seems to be readable by three other programs, but exiv2 struggles. http://oregonstate.edu/~earlyj/IMG_3576.JPG.zip When running iptcprint on...
Hi Jeffrey, The Iptc block in this image seems to be 1 byte too large and exiv2 is picky about that. While I am still confirming what is the right thing to do,...
Hi, Section 1.3 of the iimv4 spec. Implementation Guidelines reads as follows: 'A program should ignore a DataSet it does not recognise without rejecting the...
Hi, On Friday 01 April 2005 00:30, Nauseous wrote: [...] ... The library should do exactly that. Where do you get an exception? ahuggel@kalanag> cat ./try.cpp ...
Hi there, Probably a dumb question, but I am a full newbie in the matter: I come from a Java background and I am trying my hand at C# .Net windows app ...
I downloaded the source-code of the exiv2 library, but compiling the files with Microsoft Visual C++ 6.0 produces lots of errors, mostly in the header files. ...
Hello, Is there anybody who has a visual c++ exemple using exiv2 lib.....because i can not make a non console application.....i'm begining with VS .net...
Hi Andreas! I had the same problem after editing IPTC data with Exifer or FixFoto. After applying your patch below, it works fine. :-) Regards Dirk ... is...
I am running into a similar need. I've written an image processing application in C#, and figured out the GDI+ methods don't exactly save the metadata back...
... The MSVC solution that comes with the Exiv2 source includes a project called "exivsimple". This creates a DLL that is pretty easy to call from any .Net...