KIconEdit(图标编辑器)

    From KDE UserBase Wiki
    Revision as of 05:50, 21 August 2011 by FuzzyBot (talk | contribs) (Updating to match new version of source page)
    创建一个自定义图标需要的所有工具

    KIconEdit 只有一个目的 - 制作自定义图标。

    特性

    • 矩形, 圆 和 椭圆工具,画轮廓和填充
    • 选定矩形和圆形区域
    • 线绘和手绘
    • 颜色选择器,填充和橡皮擦。
    • 能创建模板大小或自定义大小的图标
    • 读取和保存多种不同的位图格式(bitmap formats)
    • 快速转换为灰度图像
    • 支持调整图标大小
    • 很多功能都支持撤销和重做

    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:

    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 && make install/strip
    • as a test, start it
    kiconedit