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 1417 - 1446 of 1513   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1417
This is a second BETA release of the upcoming version 0.18. The MSVC build files were re-written. It is now possible to build an Exiv2 Windows DLL and Exiv2...
Andreas Huggel
zzzahu
Offline Send Email
Nov 5, 2008
2:21 pm
1418
Thanks for the translation updates so far. We have another couple of weeks and there are quite a number of new strings, if you want to translate a few more....
Andreas Huggel
zzzahu
Offline Send Email
Nov 5, 2008
2:29 pm
1419
Hi, I have two problems with exiv2-0.18-pre2. One problem is that Exiv2 does not delete unknown tags larger than 4096 byte, like it used to: Warning: Size...
Udi Fuchs
udifuchs
Offline Send Email
Nov 8, 2008
10:16 pm
1420
Hi Udi, I'd like to play with this here. Can you point me to the code in ufraw which adds metadata to the JPEG image or provide a small reproducer to reproduce...
Andreas Huggel
zzzahu
Offline Send Email
Nov 9, 2008
12:11 am
1421
It seems that the problem is related to the use jpeg_write_marker() to write the EXIF data to the JPEG file. Attached is the sample code that reproduces the...
Udi Fuchs
udifuchs
Offline Send Email
Nov 9, 2008
7:43 am
1422
Hi Andreas and everybody else; I read <http://uk.groups.yahoo.com/group/exiv2/message/1419> and I am a little bit concerned. Since my concern is only...
Yuval Levy
yuval_levy
Offline Send Email
Nov 9, 2008
7:06 pm
1423
Shalom Yuval, If you are concerned about your original images you should make them read-only and never try to modify them. That said, I agree that Exiv2 should...
Udi Fuchs
udifuchs
Offline Send Email
Nov 9, 2008
11:46 pm
1424
Hi Yuv, ... If an application likes to do that, it probably can. In-line with its basic philosophy, I don't think this is something that the exiv2 library...
Andreas Huggel
zzzahu
Offline Send Email
Nov 10, 2008
2:06 am
1425
... By definition that's the case if the ExifParser is used. So it's straightforward now. The current logic already filters certain tags which can't be written...
Andreas Huggel
zzzahu
Offline Send Email
Nov 10, 2008
2:56 am
1426
... A preliminary answer: The tags Exif.OlympusCs.PreviewImageValid Exif.OlympusCs.PreviewImageStart Exif.OlympusCs.PreviewImageLength point to a large preview...
Andreas Huggel
zzzahu
Offline Send Email
Nov 10, 2008
3:59 pm
1427
If all goes according to plan, I'll be moving the server that hosts exiv2's source and bug database tomorrow afternoon PDT. This will result in a few hours of...
Brad Schick
schickb
Offline Send Email
Nov 13, 2008
9:25 am
1428
... Ok. It's now possible to write such previews too. Eg with code like this: exifData["Exif.Image.Make"] = "OLYMPUS IMAGING CORP."; ...
Andreas Huggel
zzzahu
Offline Send Email
Nov 13, 2008
12:17 pm
1429
... All clear now. Let me know if you find any problems (I remembered the bug database attachments this time). -Brad...
Brad Schick
schickb
Offline Send Email
Nov 14, 2008
8:23 am
1430
Hi Andreas, I have an image that has "Xmp.exif.ColorSpace" set to "-1". It probably violates the standard, it should be "65535", but google shows that such ...
Vladimir Nadvornik
nadvornikv
Offline Send Email
Nov 15, 2008
6:13 pm
1431
... Not decoded. ... With rev. 1676, I've enhanced the Exif parser to 1) ensure Exiv2 and other reasonable Exif readers can read what it writes (*), and 2) try...
Andreas Huggel
zzzahu
Offline Send Email
Nov 16, 2008
3:11 am
1432
... Thanks. It works fine, but I have a few comments: There are too many warning. I think that when tags like StripOffsets are deleted there is no need for a...
Udi Fuchs
udifuchs
Offline Send Email
Nov 18, 2008
7:44 am
1433
Hi! Thanks for all the great improvements in Exiv2 v0.18-pre2! I tried to test the new RAW Thumbnail extraction with the 0.18 binary, but the functionality...
exiv2post
Offline Send Email
Nov 19, 2008
9:40 am
1434
Hi Vladimir, Thanks for the reproducer program to play with. The conversion fails simply because -1 is not a valid unsigned short. The result is an empty value...
Andreas Huggel
zzzahu
Offline Send Email
Nov 21, 2008
9:08 am
1435
... Fair enough, I've removed some. That SUPPRESS_WARNINGS business is still only a temporary solution... ... (For historic reasons) class ExifThumb only deals...
Andreas Huggel
zzzahu
Offline Send Email
Nov 23, 2008
2:28 pm
1436
Hello, Having recently updated Exiv2 to trunk, I noticed a lot has changed for the better (the previous trunk version I used didn't have the major...
spam_for_dimitri
spam_for_dim...
Offline Send Email
Nov 24, 2008
3:12 pm
1437
Hi Dimitri, Looks like you've opened the bonnet and are working on the new engine. Cool! Don't hesitate to point out if you find anything funny there, this...
Andreas Huggel
zzzahu
Offline Send Email
Nov 25, 2008
11:17 am
1438
... done ... can be considered after 0.18 -ahu....
Andreas Huggel
zzzahu
Offline Send Email
Nov 26, 2008
2:23 am
1439
... Hello Andreas, ... So far so good! I've been able to convert the LibTIFF + Exiv2 glue code, and tested it with images which at some point in the past gave ...
spam_for_dimitri
spam_for_dim...
Offline Send Email
Dec 2, 2008
6:58 pm
1440
Hello there, could the Exiv2 read Makernote Exif.OlympusCs.ManometerXXXX tags , ref ... 0x0900 2304 Makernote Exif.OlympusCs.ManometerPressure Short ...
Jan Polnicky
jan.polnicky
Offline Send Email
Dec 3, 2008
10:00 am
1441
... You'll need exiv2 0.18-pre2, the support for these tags was only added recently. And of course you need an image which has these tags in the first place -...
Andreas Huggel
zzzahu
Offline Send Email
Dec 3, 2008
11:04 am
1442
Hi list I want to insert the gps latitude value 39 54 17.3573387999971 into a raw file. The command set Exif.GPSInfo.GPSLatitude 39 54 17.3573387999971 ...
Markus Spring
mksspring
Offline Send Email
Dec 4, 2008
9:16 am
1443
Thanks Andreas!...
Jan Polnicky
jan.polnicky
Offline Send Email
Dec 4, 2008
9:21 am
1444
Ok, found the solution myself, which is really easy in this case. Thanks for raw write support in exiv2, now I finally can add my coordinates to the raw files...
Markus Spring
mksspring
Offline Send Email
Dec 4, 2008
3:34 pm
1445
writing gps coordinates into my raw files turned out to create a major problem when opening those files for conversion in bibblepro 4.10.1: bibblepro can't...
Markus Spring
mksspring
Offline Send Email
Dec 4, 2008
5:42 pm
1446
Hi Markus I'm glad you have a solution, would you like to share it with us? I faced the same subject from Python using Olivier Tilloy's wonderful pyexiv2...
Robin Mills
robinwmills
Offline Send Email
Dec 5, 2008
3:56 am
Messages 1417 - 1446 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