KIPI/en: Difference between revisions

From KDE Wiki Sandbox
(Updating to match new version of source page)
 
(No difference)

Latest revision as of 16:02, 6 July 2012

 

KDE Image Plugin Interface - a common plugin structure for KDE applications


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

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