Sign In
New User? Sign Up
exiv2
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
You can search the group for older messages.

Messages

  Messages Help
Advanced
Messages 939 - 971 of 1513   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
939
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...
Gilles Caulier
cauliergilles
Offline Send Email
Oct 2, 2007
5:04 am
940
Andreas, DNG and PEF files are here if you want to test : http://digikam3rdparty.free.fr/TEST_IMAGES/RAW/VERTICAL/k10d.dng ...
Gilles Caulier
cauliergilles
Offline Send Email
Oct 2, 2007
5:04 am
941
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...
lima.edgard
Offline Send Email
Oct 8, 2007
3:20 pm
943
From: robin@... Please let me know if more information is needed Robin % ./configure ....... snip ....... % make cd src && make sed 's/#define...
exiv2post
Offline Send Email
Oct 16, 2007
11:37 am
944
... 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...
Andreas Huggel
zzzahu
Offline Send Email
Oct 16, 2007
12:39 pm
946
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...
Till
till213
Offline Send Email
Oct 30, 2007
6:02 pm
947
... 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...
Till
till213
Offline Send Email
Oct 30, 2007
6:56 pm
948
... <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...
Andreas Huggel
zzzahu
Offline Send Email
Oct 31, 2007
1:44 am
949
... 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...
Till
till213
Offline Send Email
Oct 31, 2007
11:41 am
950
... 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...
Till
till213
Offline Send Email
Oct 31, 2007
12:06 pm
951
... 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 ...
Till
till213
Offline Send Email
Oct 31, 2007
12:10 pm
952
... 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...
Till
till213
Offline Send Email
Oct 31, 2007
1:24 pm
953
... 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...
Andreas Huggel
zzzahu
Offline Send Email
Oct 31, 2007
1:57 pm
954
... 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...
Andreas Huggel
zzzahu
Offline Send Email
Oct 31, 2007
2:08 pm
955
... 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...
Till
till213
Offline Send Email
Oct 31, 2007
3:20 pm
956
Hi, in order to link the 'exiv2lib' static library project with my own project I need to change the "Runtime library" (Project Properties/Configuration...
Till
till213
Offline Send Email
Oct 31, 2007
3:39 pm
957
Pre-release packages for the upcoming release 0.16 with support for XMP metadata, Olympus ORF images and Pentax makernotes are now available from...
Andreas Huggel
zzzahu
Offline Send Email
Nov 9, 2007
4:16 pm
959
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 ...
exiv2post
Offline Send Email
Nov 11, 2007
10:28 am
960
Well, MSVC does not like #include <exiv2/...> in samples because 'exiv2' folder does not exist....
nsaoukh
Offline Send Email
Nov 11, 2007
11:39 am
961
... 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...
Andreas Huggel
zzzahu
Offline Send Email
Nov 11, 2007
3:44 pm
962
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,...
Andreas Huggel
zzzahu
Offline Send Email
Nov 12, 2007
7:20 am
963
... any way. ... Hi Andreas. Thanks for your fast reply. Do you know another tool to make a multiline comments. I`ve installed ...
helmut_sieber
Offline Send Email
Nov 12, 2007
7:52 am
964
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 ...
Gilles Caulier
cauliergilles
Offline Send Email
Nov 12, 2007
8:37 am
965
... May be create exiv2 folder and move pertinent include files there? With some modification of source files and/or installation scripts....
Nikolai Saoukh
nsaoukh
Offline Send Email
Nov 12, 2007
9:14 am
966
Hi Helmut, ... Have you checked if jhead has this functionality? ... Extracting/inserting these comments to/from text files would be quite straightforward. If...
Andreas Huggel
zzzahu
Offline Send Email
Nov 12, 2007
9:16 am
967
... 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...
helmut_sieber
Offline Send Email
Nov 12, 2007
9:31 am
968
... 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...
Andreas Huggel
zzzahu
Offline Send Email
Nov 12, 2007
9:32 am
969
... 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...
helmut_sieber
Offline Send Email
Nov 12, 2007
9:36 am
970
... 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...
Till
till213
Offline Send Email
Nov 12, 2007
11:39 am
971
... 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...
Till
till213
Offline Send Email
Nov 12, 2007
11:43 am
Messages 939 - 971 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