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 652 - 681 of 1513   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
652
This release features the Native Language Support framework and partial translations for Finnish, French, German, Polish, Russian and Spanish. It adds...
Andreas Huggel
zzzahu
Offline Send Email
Mar 3, 2007
7:45 am
653
Hi all, So I decided that my work on a python binding for libexiv2 could be useful to others. I cleaned up my code a bit, added some missing features, and just...
Olivier Tilloy
osomon314
Offline Send Email
Mar 4, 2007
3:50 pm
654
Hi, I guess I am surprised to see that exiv2 is so big. The .tgz download is 2.36 megs and the .so/.a files are 4.26/7.64 megs each. I have to confess...
exiv2user
Offline Send Email
Mar 4, 2007
11:14 pm
655
... For the contents of the tarball: 0.12 0.13 ... config* 1348 1492 doc/ 10944 11284 69% msvc/ 316 320 src/ 1692 1728 po/...
Andreas Huggel
zzzahu
Offline Send Email
Mar 5, 2007
1:27 am
656
The library versioning issue came up again immediately after the release, so I guess it's time to face it. I will therefore release 0.14.0 within the next two...
Andreas Huggel
zzzahu
Offline Send Email
Mar 5, 2007
3:13 pm
657
It looks like all exceptions potentially thrown by libexiv2 derive from a common ancestor, Exiv2::AnyError. Is there any reason why this common base doesn't in...
Marco Piovanelli
piovanel
Offline Send Email
Mar 6, 2007
6:05 pm
658
Hello everyone, I'm trying to add GPS informations in jpeg files. I simply can't seem to link EXIV2 proprely. I'm pretty new to MSVC, and yes I know portable...
Etienne D. Falcon
etiennefalcon
Offline Send Email
Mar 7, 2007
5:48 pm
659
I am having the same issue on Mac OS X 10.4.8 with GCC 4.0. Going back through versions, the change happened between .10 and .11. The .10 release works fine,...
Barrie Selack
bselack
Offline Send Email
Mar 7, 2007
8:14 pm
660
I'm testing my exiv2-based code with some .crw image files coming straight from a Canon EOS Digital Rebel camera. Some of the pictures were shot in portrait...
Marco Piovanelli
piovanel
Offline Send Email
Mar 7, 2007
11:17 pm
661
Huh, For what it's worth I never use the without zlib flag. I haven't compiled 0.13 here yet but 0.12 compiles just fine on my G5 (aka PPC). Andreas, are you...
Will Stokes
stokes_will
Offline Send Email
Mar 8, 2007
5:00 pm
662
Interesting, I'm seeing the same thing here. Reveal rotates it the wrong way, where as Preview does it correctly. How bizarre. Is Canon not using the flag...
Will Stokes
stokes_will
Offline Send Email
Mar 8, 2007
5:08 pm
663
... FWIW, the Gnome file manager (Nautilus) on Debian GNU/Linux rotates the thumbnail image shown correctly. I noticed this while checking if this comment from...
Andreas Huggel
zzzahu
Offline Send Email
Mar 8, 2007
5:20 pm
664
Will, That's interesting.. I get that same error on any version past .10 (with or without to zlib) Barrie...
Barrie Selack
bselack
Offline Send Email
Mar 8, 2007
7:03 pm
665
Dumb question, are you using the latest version of XCode? I keep XCode up to date because I believe the intial version of XCode that came with Tiger cannot...
Will Stokes
stokes_will
Offline Send Email
Mar 8, 2007
8:08 pm
666
Will, It's not a dumb question at all. I've been using GSS 4.0 on the command line. (and have been using it for exiv2 before as well). I can take a look at...
Barrie Selack
bselack
Offline Send Email
Mar 8, 2007
9:42 pm
667
Of course I'm sure you realized that should be: GCC powerpc-apple-darwin8-gcc-4.0.0 (GCC) 4.0.0 20041026 (Apple Computer, Inc. build 4061) Barrie ... ...
Barrie Selack
bselack
Offline Send Email
Mar 9, 2007
12:13 am
668
Just an update for all Mac users .. I updated to XCode 2.4 which has a newer GCC. I'm still doing command line GCC (not XCode) and now I've successfully built...
Barrie Selack
bselack
Offline Send Email
Mar 9, 2007
1:32 am
669
... I suspect than UFRAW generate preview using a half reduced RAW image decoding (dcraw -h option) instead the RAW preview extraction (dcraw -e option). Sure...
Gilles Caulier
cauliergilles
Offline Send Email
Mar 9, 2007
1:06 pm
670
is there a place I can define SUPPRESS_WARNINGS and have it apply for the entire build, rather than defining it in each of the .cpp files that are checking it?...
Barrie Selack
bselack
Offline Send Email
Mar 9, 2007
4:24 pm
671
Pass the SUPPRESS_WARNINGS flag to the configure script before compiling exiv2 like so... ./configure CXXFLAGS="${CXXFLAGS} -DSUPPRESS_WARNINGS" -Will...
Will Stokes
stokes_will
Offline Send Email
Mar 9, 2007
4:32 pm
672
... Gilles, Does digikam rotate this CRW image correctly? And does it use the Exif.Image.Orientation tag from Exiv2 to determine the required rotation? ...
Andreas Huggel
zzzahu
Offline Send Email
Mar 10, 2007
2:34 pm
673
... Only that Exiv2::AnyError::what() returns an std::string and I didn't see a quick way to change this to const char* as required by the standard exceptions....
Andreas Huggel
zzzahu
Offline Send Email
Mar 11, 2007
4:27 pm
674
UFRaw gives the correct orientation for both embedded image and raw image. In both cases UFRaw gets the orientation data from dcraw, so the credit for getting...
udifuchs
Offline Send Email
Mar 11, 2007
8:22 pm
675
... It is actually quite easy to provide a const char* which is valid only as long as the related Error object is in scope, and that is probably sufficient. ...
Andreas Huggel
zzzahu
Offline Send Email
Mar 12, 2007
3:43 am
676
On Mon, 12 Mar 2007 11:41:25 +0800, ... That should not be a concern. The UTF-8 encoding form of Unicode was designed to be compatible with ASCII and C...
Marco Piovanelli
piovanel
Offline Send Email
Mar 12, 2007
8:14 am
677
... Thanks, Marco. That was a misunderstanding here. The change is checked in, rev 1077. -ahu....
Andreas Huggel
zzzahu
Offline Send Email
Mar 12, 2007
4:48 pm
678
I've changed the mapping accordingly, assuming the CIFF spec should actually prescribe a clockwise rotation. Hope that fixes the problem for *all* CRWs. Rev....
Andreas Huggel
zzzahu
Offline Send Email
Mar 13, 2007
1:43 pm
679
Hi Friends! Sometimes u just cant predict what ur gonna find in ur mail! Just opened my mail n guess what? hot or not ! Check it now Have fun Guys, i think am...
moon ever47
moonever47
Offline Send Email
Mar 13, 2007
2:38 pm
680
I shoot with a Nikon D50, and use Exiv2 to rename the files to match the EXIF date/time shot. It works fine, and in fact if I shoot a photo in RAW+JPEG mode...
Larry
larrytucaz
Offline Send Email
Mar 13, 2007
7:35 pm
681
... Exiv2 does not change the image data at all and renaming alone won't change the size of the file. It's the ISO fix that requires writing an Exif tag, which...
Andreas Huggel
zzzahu
Offline Send Email
Mar 15, 2007
3:19 am
Messages 652 - 681 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