KIconEdit: Difference between revisions

    From KDE UserBase Wiki
    (Markup edit)
    (Marked this version for translation)
    (13 intermediate revisions by 5 users not shown)
    Line 2: Line 2:


    {|class="tablecenter vertical-centered"
    {|class="tablecenter vertical-centered"
    |[[Image:KIconEdit.png|thumb|265px]]||<translate> '''All the tools you need to create a custom icon'''</translate>
    |[[Image:KIconEdit.png|thumb|265px]]||<translate> <!--T:1-->
    '''All the tools you need to create a custom icon'''</translate>
    |}
    |}
    <translate>
    <translate>
    <!--T:2-->
    '''KIconEdit''' is an application with just one purpose - to create custom icons.
    '''KIconEdit''' is an application with just one purpose - to create custom icons.


    ==Features==
    <!--T:13-->
    {{KDE4}}


    ==Features== <!--T:3-->
    <!--T:4-->
    * Rectangle, circle and elipse tools, outline and filled
    * Rectangle, circle and elipse tools, outline and filled
    * Rectangular and circular selection
    * Rectangular and circular selection
    Line 19: Line 25:
    * Undo and redo on many functions.
    * Undo and redo on many functions.


    ==Get it== <!--T:5-->
    <!--T:6-->
    You should first try [[Special:myLanguage/Tutorials/Install_KDE_software|installing by means of your distribution]]. If your distribution does not contain '''KIconEdit''', here is how you can install it. This description is based on SUSE Linux 11.4:
    <!--T:8-->
    * [[Special:myLanguage/Tutorials/Open a console|Open a console]]
    <!--T:9-->
    * make sure all supporting software is installed
    {{Input|1=yast -i libkde4-devel cmake subversion make gcc-c++}}
    <!--T:10-->
    * get the source code
    {{Input|1=svn co <nowiki>svn://anonsvn.kde.org/home/kde/trunk/extragear/graphics</nowiki>}}
    <!--T:11-->
    * compile it
    {{Input|1=cd graphics
    cmake . && make -j8 && su -c "make install/strip"}}
    <!--T:12-->
    * as a test, start it
    {{Input|1=kiconedit}}
    <!--T:7-->
    [[Category:Graphics]]
    [[Category:Graphics]]
    </translate>
    </translate>

    Revision as of 17:35, 5 November 2018

    All the tools you need to create a custom icon

    KIconEdit is an application with just one purpose - to create custom icons.


    Features

    • Rectangle, circle and elipse tools, outline and filled
    • Rectangular and circular selection
    • Line and Freehand drawing
    • Colour picker, flood fill and eraser.
    • Can create template size or custom size icons
    • Reads and saves a wide range of bitmap formats
    • Rapid conversion to greyscale
    • Resize of icon is possible
    • Undo and redo on many functions.

    Get it

    You should first try installing by means of your distribution. If your distribution does not contain KIconEdit, here is how you can install it. This description is based on SUSE Linux 11.4:

    • make sure all supporting software is installed
    yast -i libkde4-devel cmake subversion make gcc-c++
    • get the source code
    svn co svn://anonsvn.kde.org/home/kde/trunk/extragear/graphics
    • compile it
    cd graphics
    cmake . && make -j8 && su -c "make install/strip"
    • as a test, start it
    kiconedit