KIconEdit/da: Difference between revisions
(Importing a new version from external source) |
(Updating to match new version of source page) |
||
Line 18: | Line 18: | ||
* Mange funktioner kan fortrydes og gendannes \ | * Mange funktioner kan fortrydes og gendannes \ | ||
<span class="mw-translate-fuzzy"> | |||
[[Category:Grafik/da]] | [[Category:Grafik/da]] | ||
</span> | |||
You should first try [[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] | |||
* make sure all supporting software is installed | |||
{{Input|1=yast -i libkde4-devel cmake subversion make gcc-c++}} | |||
* get the source code | |||
{{Input|1=svn co <nowiki>svn://anonsvn.kde.org/home/kde/trunk/extragear/graphics</nowiki>}} | |||
* compile it | |||
{{Input|1=cd graphics | |||
cmake . && make -j8 && make install/strip}} | |||
* as a test, start it | |||
{{Input|1=kiconedit}} | |||
[[Category:Graphics]] |
Revision as of 05:50, 21 August 2011
Alle de værktøjer du skal bruge til at lave dit eget ikon |
KIconEdit er en applikation med et eneste formål - at lave ikoner.
Hovedtræk
- Værktøjer til rektangler, cirkler og ellipser i omrids eller fyldte
- Rektangulær og cirkulær markering
- Linje- og frihåndstegning
- Farvevælger, udfyldning og viskelæder
- Understøtter standardstørrelser og selvvalgte størrelser
- Læser og gemmer i en bred vifte af bitmap formater
- Hurtig konvertering til gråtone
- Mulighed for at ændre ikonets størrelse
- Mange funktioner kan fortrydes og gendannes \
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:
- open a console
- 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