KIPI/de: Difference between revisions

From KDE UserBase Wiki
(Created page with "{|class="tablecenter vertical-centered" |250px|| || '''KDE Image Plugin Interface - eine allgemeine Modulstruktur für KDE-Programme...")
(Created page with "KIPI (KDE Image Plugin Interface) ist eine allgemeine Modulstruktur, die von KDE-Programmen wie z. B. Digikam, Special:myLanguage/KPhotoAlbum...")
Line 8: Line 8:




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) ist eine allgemeine Modulstruktur, die von KDE-Programmen wie z. B.  [[Special:myLanguage/Digikam|Digikam]], [[Special:myLanguage/KPhotoAlbum|KPhotoAlbum]] und [[Special:myLanguage/Gwenview|Gwenview]] genutzt wird.


== Features ==
== Features ==

Revision as of 16:56, 18 May 2020

 

KDE Image Plugin Interface - eine allgemeine Modulstruktur für KDE-Programme


KIPI (KDE Image Plugin Interface) ist eine allgemeine Modulstruktur, die von KDE-Programmen wie z. B. Digikam, KPhotoAlbum und Gwenview genutzt wird.

Features

  • 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