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 1336 - 1366 of 1513   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1336
Hi all, Using ExifTool database, i have identified all RAW file format where we can write metadata: * TIFF based : - 3FR (not yet supported by Exiv2) - ARW...
Gilles Caulier
cauliergilles
Offline Send Email
Aug 1, 2008
8:55 am
1337
... Andreas, DAMNED... With current implementation from svn i can already set metadata to some TIFF file based RAW image. I have tried NEF for ex, where i have...
Gilles Caulier
cauliergilles
Offline Send Email
Aug 1, 2008
10:05 am
1338
Ugh... API changes... could you give me a clue as to what code would replace this: image1->exifData().eraseThumbnail(); to purge IFD1 generally? - Mike...
avtechmjc1
Offline Send Email
Aug 1, 2008
1:28 pm
1339
... This is from the exiv2 utility (actions.cpp): int Erase::eraseThumbnail(Exiv2::Image* image) const { Exiv2::ExifThumb exifThumb(image->exifData()); ...
Andreas Huggel
zzzahu
Offline Send Email
Aug 1, 2008
3:03 pm
1340
... Thanks, I was just about to post a "never mind" reply, after finding that. ... I was wondering about that... Anyway... I'm running into a different issue....
avtechmjc1
Offline Send Email
Aug 1, 2008
3:15 pm
1341
Hi Gilles, ... Yes, that's right, and it's not a new issue, actually you have been warned :) ... I agree that this is not ready for a release, as I said in...
Andreas Huggel
zzzahu
Offline Send Email
Aug 1, 2008
3:51 pm
1342
... OK, I have added few code in libkexiv2 wrapper to prevent tiff writting in these formats, excepted DNG which is normally a pure TIFF/EP file. This will be...
Gilles Caulier
cauliergilles
Offline Send Email
Aug 1, 2008
4:04 pm
1343
... The ordeal is almost over. Two points: 1. The static IP is 216.160.90.19, so you can use that if you can't reach the site while DNS is updating. 2. If you...
Brad Schick
schickb
Offline Send Email
Aug 1, 2008
11:41 pm
1344
... So we can write DNG also? :) I'll have to try that... ... I don't understand, can you please rephrase the question? ... Ok, this is a possible workaround...
Andreas Huggel
zzzahu
Offline Send Email
Aug 1, 2008
11:56 pm
1345
... [...] ... No, this looks perfectly ok. Can you provide some more details or a reproducer for the issue? Andreas...
Andreas Huggel
zzzahu
Offline Send Email
Aug 2, 2008
12:01 am
1346
... In theory, DNG do not must be a problem. it's a pure TIFF/EP extension which is under normallization by ISO Some link: ...
Gilles Caulier
cauliergilles
Offline Send Email
Aug 2, 2008
8:05 am
1347
Andreas, Just fun. this entry have been just open in KDE bugzilla: http://bugs.kde.org/show_bug.cgi?id=168064 Gilles Caulier...
Gilles Caulier
cauliergilles
Offline Send Email
Aug 2, 2008
8:07 am
1348
The regression tests finally run cleanly again. They exposed a number of issues that are fixed now, as are those reported over the past few weeks. Writing and...
Andreas Huggel
zzzahu
Offline Send Email
Aug 4, 2008
3:14 am
1349
Hello, I have developed a .NET wrapper for Exiv2. SVN repository and precompiled binaries are available at: http://code.google.com/p/exiv2net/ Your feedback is...
sidiandi
Offline Send Email
Aug 16, 2008
8:37 am
1350
After some more tweaking, exiv2 can by now successfully write to standard TIFF, TIFF/EP, DNG, NEF and PEF images. SR2 works almost (parts of the makernote are...
Andreas Huggel
zzzahu
Offline Send Email
Aug 18, 2008
4:13 pm
1351
I believe this is being caused by the build environment in 0.17.1 being confused about which C Run-time library to use. If all projects are compiled with the...
Robin Mills
robinwmills
Offline Send Email
Aug 19, 2008
12:33 am
1352
... There is and this requires code changes in addition to build env enhancements. In preparation for this (among other reasons) the code has been restructured...
Andreas Huggel
zzzahu
Offline Send Email
Aug 21, 2008
5:19 am
1353
... This is great news! After only a quick look at the google site, how does the wrapper relate to exivsimple? Is it an extension of that? Could you provide a...
Andreas Huggel
zzzahu
Offline Send Email
Aug 21, 2008
5:41 am
1354
... Hi Andreas, Sorry for the long delay. I will finally have time to work on this during Novell HackWeek3 next week. I didn't look into the code much yet. My...
Vladimir Nadvornik
nadvornikv
Offline Send Email
Aug 21, 2008
8:04 pm
1355
Hi Vladimir, No worries and good to see you here still. The picture is becoming clearer. In particular, have a look at TIFF/EP, NEF and DNG images, which have...
Andreas Huggel
zzzahu
Offline Send Email
Aug 23, 2008
1:06 am
1357
Hi, ... The API of exiv2net different from exivsimple to be more conformant to C# conventions. However, internally I'm using the exivsimple code to access the...
sidiandi
Offline Send Email
Aug 23, 2008
8:45 am
1358
I'm copying the thread to the Exiv2 group, this may be interesting for others too, even though you'll need to read from the bottom up. It would be nice if the...
Andreas Huggel
zzzahu
Offline Send Email
Aug 23, 2008
2:05 pm
1359
Hi Andreas, ... I suggest to add a method to class Image virtual DataBuf readPreviewImage(int n = 0); or maybe it could return a class PreviewImage that would...
Vladimir Nadvornik
nadvornikv
Offline Send Email
Aug 24, 2008
10:30 pm
1360
I agree with the proposed class PreviewImage. It can be very similar to the existing class ExifThumbC. (In fact we may want to combine these eventually,...
Andreas Huggel
zzzahu
Offline Send Email
Aug 25, 2008
11:31 am
1361
... OK ... I am not sure if it is possible to get this info without additional IO. Typically the only information available in ExifData is the offset and ...
Vladimir Nadvornik
nadvornikv
Offline Send Email
Aug 25, 2008
1:30 pm
1362
... The image type (JPEG in most cases I presume) can probably be deduced from the tags. Sometimes there are tags with the height and width. That's about it, I...
Andreas Huggel
zzzahu
Offline Send Email
Aug 25, 2008
3:29 pm
1363
Hello all, I'm working with DNG files. My main goal is to read IPTC metadata, particularly the location-related fields, caption and copyright. If I convert a...
os_xeger
Offline Send Email
Aug 29, 2008
10:02 am
1364
Hi, Exiv2 should be able to read IPTC and XMP from DNG. The current SVN trunk version should even write them. Which version of Exiv2 are you using? Does the...
Andreas Huggel
zzzahu
Offline Send Email
Aug 29, 2008
11:25 am
1365
Ahh, I see the problem -- looking at its actual contents, the file contains only XMP and EXIF meta; however, Lightroom's interface displays some of the tags as...
Tony Spataro
os_xeger
Offline Send Email
Aug 30, 2008
11:04 pm
1366
I just downloaded the EXIV2 project and I am trying to get everything to compile. I followed the README file but when it comes time to compile I get the...
Andrew & Taryn
treehouse_ri...
Offline Send Email
Sep 12, 2008
3:52 pm
Messages 1336 - 1366 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