KIconEdit/fr: Difference between revisions

From KDE UserBase Wiki
(Updating to match new version of source page)
(Updating to match new version of source page)
Line 23: Line 23:


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:
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:
* [http://www.linuxintro.org/wiki/Open_a_console open a console]
* [http://www.linuxintro.org/wiki/Open_a_console open a console]
* make sure all supporting software is installed
* make sure all supporting software is installed
{{Input|1=yast -i libkde4-devel cmake subversion make gcc-c++}}
{{Input|1=yast -i libkde4-devel cmake subversion make gcc-c++}}
* get the source code
* get the source code
{{Input|1=svn co <nowiki>svn://anonsvn.kde.org/home/kde/trunk/extragear/graphics</nowiki>}}
{{Input|1=svn co <nowiki>svn://anonsvn.kde.org/home/kde/trunk/extragear/graphics</nowiki>}}
* compile it
* compile it
{{Input|1=cd graphics
{{Input|1=cd graphics
cmake . && make -j8 && make install/strip}}
cmake . && make -j8 && make install/strip}}
* as a test, start it
* as a test, start it
{{Input|1=kiconedit}}
{{Input|1=kiconedit}}


[[Category:Graphics]]
[[Category:Graphics]]

Revision as of 09:52, 21 August 2011

Tous les outils dont vous avez besoin pour créer une icône personnalisée

KIconEdit est une application qui a un seul but, créer des icônes personnalisées.

Fonctionnalités

  • Outils rectangle, cercle et ellipse, en mode contour ou rempli
  • Sélection rectangulaire et circulaire
  • Dessin en ligne ou à main levée
  • Remplissage par diffusion et gomme à effacer.
  • Possibilité de créer des icônes à partir de modèles standards ou personnalisés.
  • Lit et sauvegarde une foule de formats bitmap
  • Conversion rapide en niveaux de gris
  • Redimensionner est possible
  • Annuler et refaire pour plusieurs fonctions.

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