KIPI/de: Difference between revisions

From KDE UserBase Wiki
(Created page with "== Merkmale ==")
(Created page with "* Erlauben es einfach zusätzliche Funktionen hinzuzufügen ohne den Programm-Kode des eigentlichen Programms anzupassen.")
Line 12: Line 12:
== Merkmale ==
== Merkmale ==


* Allows easily adding functionality without modifying a host application's code.
* Erlauben es einfach zusätzliche Funktionen hinzuzufügen ohne den Programm-Kode des eigentlichen Programms anzupassen.


* May add extra menus and shortcuts to host applications.
* May add extra menus and shortcuts to host applications.

Revision as of 16:58, 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

  • Erlauben es einfach zusätzliche Funktionen hinzuzufügen ohne den Programm-Kode des eigentlichen Programms anzupassen.
  • 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