[Digikam-users] [Digikam-devel] Image Metadata extraction : implementation progress...
Gilles Caulier
caulier.gilles at kdemail.net
Thu Mar 2 07:38:50 GMT 2006
Le Mardi 28 Février 2006 16:51, Andreas Huggel a écrit :
> In DMetaLoader::loadWithExiv2()
>
> + Exiv2::ExifData& exifData = image->exifData();
> ----------^
> Reference to prevent copying (and similar for Iptc).
>
> + catch( Exiv2::AnyError &e )
> ----------^^^ Baseclass in case future versions have more error
> classes
> + {
> + kdDebug() << "Cannot load metadata using Exiv2 (" << e << ")" <<
> endl;
> If you wanted the error message instead of just a code ------^
> + return false;
> + }
Ok. Implementation fixed. I wil provide a new diff against svn trunk...
Gilles
More information about the Digikam-users
mailing list