[Kde-imaging] [Bug 125234] Kipi plugins should be able to access image tags

Vardhman Jain vardhman at gmail.com
Sat Apr 29 11:46:41 CEST 2006


>
> ------- Additional Comments From caulier.gilles free fr  2006-04-11 15:35
> -------
> Vardhman,
>
> i second Jesper about this point. ImageInfo::attributes() is the better
> way to use Image tags.
>
> This is want mean that :
>
> - plugins need to check this properties.
> - kipi Hosts interface need to do something about this method, if host
> support Tags (KPhotoAlbum, and digiKam for example).
>
> Like you working with digiKam, and if you want do some tests, i recommend
> you to check the digikam kipi-interface :
>
>
> http://websvn.kde.org/trunk/extragear/graphics/digikam/digikam/kipiinterface.cpp?rev=526233&view=auto
>
> ... look like we have this code :
>
> QMap<QString,QVariant> DigikamImageInfo::attributes()
> {
>     QMap<QString,QVariant> res;
>
>     // TODO ! This will used for the futures tags Digikam features.
>
>     return res;
> }
>
> void DigikamImageInfo::clearAttributes()
> {
>     // TODO ! This will used for the futures tags Digikam features.
> }
>
> void DigikamImageInfo::addAttributes( const QMap<QString,QVariant>& )
> {
>     // TODO ! This will used for the futures tags Digikam features.
> }
>
> This is want mean that something must be done here (:=))). If you is
> interressed to implement this feature, we can trying to implement this
> method together and after you just need to support ImageInfo::attributes()
> in your Flicker plugin.
>
> Gilles,
           Should we start working on this? Or we have to wait for some
release etc ?
--
Blogs: http://vardhman.blogspot.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.kde.org/pipermail/kde-imaging/attachments/20060429/ad88dcdc/attachment.html 


More information about the Kde-imaging mailing list