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 876 - 905 of 1513   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
876
Hi, Here's a download link to a tar.gz archive: http://rapidshare.com/files/53243388/exivlibtiff.tar.gz.html See the README.txt for some more details, sample...
spam_for_dimitri
spam_for_dim...
Offline Send Email
Sep 3, 2007
11:17 pm
877
... some ... At the least I think somebody changed the password, and perhaps the account was also abused for sending spam. I guess anonymous users could be...
spam_for_dimitri
spam_for_dim...
Offline Send Email
Sep 3, 2007
11:24 pm
878
Hello, After looking at TIFF metadata writing support (see message #876) I noticed that the way Exiv2's current writeMetadata() works wouldn't help in my...
spam_for_dimitri
spam_for_dim...
Offline Send Email
Sep 4, 2007
12:13 am
879
Hi Dimitri, ... Did you have a look at the TIFF parser and writing code in branches/unstable in SVN? It is entirely different from that in the trunk and much...
Andreas Huggel
zzzahu
Offline Send Email
Sep 4, 2007
4:07 am
880
Hello Andreas, ... I haven't taken a look at those yet, I only recently updated to trunk even (formerly using revision ~900), I'll switch to that branch and ...
spam_for_dimitri
spam_for_dim...
Offline Send Email
Sep 4, 2007
2:42 pm
881
Hello Andreas, ... I took a peek but I'm not sure exactly what I'm looking for. I've looked at TiffImage::writeMetadata and TiffParser::encode but both use a...
spam_for_dimitri
spam_for_dim...
Offline Send Email
Sep 5, 2007
11:22 pm
882
When I use image->clearMetadata() on a jpeg it does not remove Adobe metadata. After I have run the program all EXIF data is remove, but when I open the image...
farfar2tired
Offline Send Email
Sep 7, 2007
10:56 am
883
... No, it shouldn't. Exiv2 only removes the metadata that it adds: JPEG comment, Exif segment and IPTC data. -ahu....
Andreas Huggel
zzzahu
Offline Send Email
Sep 7, 2007
11:30 am
884
Adobe XMP sdk/toolkit vs. Exempi Exempi is based on Adobe XMP SDK 4.1.1 and release under a BSD-style license like Adobe's. The 3 clause BSD (aka New-BSD)...
Klemens Friedl
klemens.friedl
Offline Send Email
Sep 9, 2007
8:38 pm
885
... AFAICS exempi is a C-wrapper for the XMP Toolkit, which in the case of Exiv2 is really not needed. For the time being we will incorporate the required...
Andreas Huggel
zzzahu
Offline Send Email
Sep 10, 2007
2:13 am
886
That is the correct md5sum of the file. $ md5sum P7082399.ORF 507c26587a6402ba1825c8f5eeccfbba P7082399.ORF I build ufraw .13 from source, and it works with...
Jeff Costlow
jeff_costlow
Offline Send Email
Sep 11, 2007
7:36 pm
887
hello!!! I HAVE A QUESTION, IS IT POSIBLE THAT I CAN DO MI OWN KEY IN EXIV??? FOR EXAMPLE, CREATE A KEY WITH THIS NAME: ["EXIF.ADRIANA.MEXICO"], I HOPE THE...
adrixcs
Offline Send Email
Sep 12, 2007
6:32 pm
888
Hello everybody, I'm trying to use Exiv2 with Borland Delphi ( to read and set GPS Tags ). I tried a few solutions but I haven't been able to make anything ...
pixelk
Offline Send Email
Sep 13, 2007
9:42 am
889
... See this discussion: http://uk.groups.yahoo.com/group/exiv2/message/809...
Andreas Huggel
zzzahu
Offline Send Email
Sep 14, 2007
4:30 am
890
Hi ML, For those of you who might be interested in using exiv2 from the Python programming language, I've got what you need. pyexiv2 is a python binding to...
Olivier Tilloy
osomon314
Offline Send Email
Sep 16, 2007
3:52 pm
891
Hello, Attached is a small patch to allow exiv2 to recognize a raw file from a Canon40D. Regards, - Gerry diff -rN old-canon40d/src/canonmn.cpp...
thedeepvoice1
Offline Send Email
Sep 16, 2007
6:53 pm
892
We have an anonymous user again, for those who prefer to post without registering: exiv2post. See http://www.exiv2.org/support.html This time, the password is...
exiv2post
Offline Send Email
Sep 17, 2007
1:15 am
893
Hi I got a new Leica M8 last week, and have been shooting DNG on it. When importing the DNGs into F-spot, I don't get any thumbnails, images or EXIF data...
amigadave
Offline Send Email
Sep 17, 2007
4:34 pm
894
char* haalDatumOp(char *filename) { try { Exiv2::Image::AutoPtr image = Exiv2::ImageFactory::open(filename); //etc This code won't compile due to: undefined...
boudewijnector
Offline Send Email
Sep 17, 2007
8:51 pm
895
... Are you linking with libexiv2? Example 1 on the website is exifprint.cpp in the distribution; build the exifprint application and look at the commands...
Andreas Huggel
zzzahu
Offline Send Email
Sep 18, 2007
2:03 am
896
Hi David, ... Yes, the first IFD of your picture refers to a 320x240 thumbnail in TIFF format with 230400 bytes of image data. It is split into four "strips" ...
Andreas Huggel
zzzahu
Offline Send Email
Sep 18, 2007
3:18 am
897
... TIFF ... extract ... Hi ahu Thanks! I'll add the information to the F-spot bug, and hopefully it will help to get the thumbnails shown. I have just...
amigadave
Offline Send Email
Sep 18, 2007
7:09 am
898
... exifprint.cpp ... Ahhh okay. I'll give it a shot tonight: imo it's not made that clear....
boudewijnector
Offline Send Email
Sep 18, 2007
11:21 am
899
Hi I'm just trying to compile one of the sample program I am on Ubuntu Feisty I have installed: libexiv2-0.12 libexiv2-dev libexiv2-doc libkexiv2-0 (don't know...
Sébastien Lamy
lamyseba
Offline Send Email
Sep 18, 2007
2:16 pm
900
The following builds a sample and totally useless program which uses the Exiv2 library. The build considerations are not specific to Exiv2, they apply to any...
Andreas Huggel
zzzahu
Offline Send Email
Sep 18, 2007
4:11 pm
901
Hi Thank you for your complete and precise answer. $PKG_CONFIG_PATH variable seems to be empty in my computer: seb@seb:/usr/lib/pkgconfig$ echo...
Sébastien Lamy
lamyseba
Offline Send Email
Sep 18, 2007
4:47 pm
902
... Try without setting it to find out. /usr/lib/pkgconfig is probably the default directory which pkg-config searches anyway. (See man pkg-config for details)...
Andreas Huggel
zzzahu
Offline Send Email
Sep 19, 2007
2:32 am
903
Andreas Huggel a écrit : On Wednesday 19 September 2007, Sébastien Lamy wrote: $PKG_CONFIG_PATH variable seems to be empty in my computer: ...
Sébastien Lamy
lamyseba
Offline Send Email
Sep 19, 2007
1:19 pm
904
Hi Andreas and everyone, While experiencing with pyexiv2, a user reported me a malfunctioning that I cannot seem to reproduce although we have exactly the same...
Olivier Tilloy
osomon314
Offline Send Email
Sep 19, 2007
7:01 pm
905
Strange indeed. I don't see anything wrong in the related functions and it's straightforward code as you said. Could the memory get corrupted "somewhere...
Andreas Huggel
zzzahu
Offline Send Email
Sep 20, 2007
8:25 am
Messages 876 - 905 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