KIPI/de: Difference between revisions

From KDE UserBase Wiki
(Created page with "KIPI (KDE Image Plugin Interface) ist eine allgemeine Modulstruktur, die von KDE-Programmen wie z. B. Digikam, Special:myLanguage/KPhotoAlbum...")
(Created page with "== Merkmale ==")
Line 10: Line 10:
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.
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 ==
== Merkmale ==


* 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 16:57, 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.

Merkmale

  • 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