KIPI/ca: Difference between revisions

From KDE UserBase Wiki
(Created page with "{|class="tablecenter vertical-centered" |250px|| || '''Interfície de connectors d'imatge del KDE: una estructura de connectors comuna ...")
(Created page with "== Característiques ==")
Line 10: Line 10:
KIPI (KDE Image Plugin Interface) is a common plugin structure used by KDE applications, including [[Special:myLanguage/Digikam|Digikam]], [[Special:myLanguage/KPhotoAlbum|KPhotoAlbum]], and [[Special:myLanguage/Gwenview|Gwenview]].
KIPI (KDE Image Plugin Interface) is a common plugin structure used by KDE applications, including [[Special:myLanguage/Digikam|Digikam]], [[Special:myLanguage/KPhotoAlbum|KPhotoAlbum]], and [[Special:myLanguage/Gwenview|Gwenview]].


== Features ==
== Característiques ==


* Allows easily adding functionality without modifying a host application's code.
* Allows easily adding functionality without modifying a host application's code.

Revision as of 00:34, 7 February 2012

 

Interfície de connectors d'imatge del KDE: una estructura de connectors comuna per aplicacions KDE


KIPI (KDE Image Plugin Interface) is a common plugin structure used by KDE applications, including Digikam, KPhotoAlbum, and Gwenview.

Característiques

  • Allows easily adding functionality without modifying a host application's code.
  • May add extra menus and shortcuts to host applications.
  • Can manipulate images in many ways.
  • Can send images to contacts, or upload to image galleries and social networking sites.

More Information