KIPI/uk: Difference between revisions

    From KDE UserBase Wiki
    (Created page with "KIPI")
     
    (Created page with "{|class="tablecenter vertical-centered" |250px|| || '''KDE Image Plugin Interface — загальна структура додат...")
    Line 3: Line 3:
    {|class="tablecenter vertical-centered"
    {|class="tablecenter vertical-centered"
    |[[Image:KIPI-Plugins-screenshot.png|250px]]|| ||
    |[[Image:KIPI-Plugins-screenshot.png|250px]]|| ||
    '''KDE Image Plugin Interface - a common plugin structure for KDE applications'''
    '''KDE Image Plugin Interface — загальна структура додатків до програм KDE'''
    |}
    |}



    Revision as of 14:13, 5 June 2011

    Other languages:
     

    KDE Image Plugin Interface — загальна структура додатків до програм KDE


    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