Yes, PNG preverse EXIF, Makernote, IPTC and XMP. It's the perfect photocontainer under Linux (better than tiff witch do not preserve exif/makernote - big...
Hi all, I'm new to this lib, so I just would like to know a very newbie quastion 1- how to convert betewenn EXIF and JFIF by using exiv2 ? TIA, Edgard...
... If I'm not mistaken we've seen this before and the cure was to upgrade the compiler to a newer version. Please search the forum for related threads and...
Hi list, I'm trying to get access to the UCS2 formated string, for example of 'Exif.Image.XPComment'. How am I supposed to access the Byte values? So far my...
... I found half the answer I was looking for myself: the following code seems to work (also with some strange chinese signs which I copied over into the JPG...
... <snip> ... <snip> ... <snip> ... Yes, copy() is meant for this (Exiv2::Exifdatum has a wrapper for the copy() member of the value). Byte order is required...
... This works. At least it's not my code which has to fiddle around with new/delete so this solution is already acceptable :) ... That would be my preferred...
... But in the meantime I found this other Value type which provides exactly what I need: Exiv2::ValueType< T > This class indeed offers a public member called...
... I forgot the (*): For those who get confused about UCS2 vs. UTF-16: UTF-16 is the successor of UCS2, see for example: http://en.wikipedia.org/wiki/UTF-16 ...
... to ... reinterpret_cast<const ... I was able to simplify the above code: since in the above solution a template class is used I can specify the expected...
... Oops, yes indeed, I changed this recently, it is only in the SVN revision yet. Please use that if you can, I think it's reasonably stable now. ... It...
... This is evil. it->value() returns a const Value& which references an Exiv2::DataValue in this case, not a Exiv2::ValueType<ushort>. If this works, it is by...
... Yes off course that's evil: I silently assumed that these both classes would be equal: 1. Exiv2::DataValue 2. Exiv2::ValueType<Exiv2::byte> As of Exiv2...
Hi, in order to link the 'exiv2lib' static library project with my own project I need to change the "Runtime library" (Project Properties/Configuration...
I'll enter a JpgComment to my Jpg's It would be nice to enter multiple Lines with exiv2. I've tested some hours, and searched the web. But I've not found any ...
... Yes, that's right, I couldn't think of a good way to fix this without changing the include path in the samples or an ifdef. But the library and utility...
Hi Helmut, ... The only way I found is by using a bash shell instead of cmd.exe: BASH> exiv2 -c "First line ... Simple. But doesn't work with cmd.exe ... No,...
Helmut, To record multple comments in pictures, i recommend to use Iptc Caption tag. With next Exiv2 0.16 release, XMP metadata are supported. Multiple ...
Hi Helmut, ... Have you checked if jhead has this functionality? ... Extracting/inserting these comments to/from text files would be quite straightforward. If...
... Hi Andreas, ... I've downloaed and read jhead. It sounds very good. I'll make a test as soon as possible. *juhuuuu* ... If jhead will work I'll use jhead...
... What I am looking for is a change to the MSVC build files to do this, so that after building the library with MSVC, the header files are available in an...
... Caulier, Why should I user the Iptc Caption tag ... Caption tag. It should not be a Problem. tu store the comment to iptc Caption too. But JPG-Comment is...
... What you are looking for is called "Post-Build Event" - it is available under the project "Properties", under "Build Events". There you can enter normal...
... You can also have a look at my "Application Framework" which I setup several weeks ago. It is geared towards "Qt applications", but it also contains a...