Gimp
Tłumaczenie
Opis po angielsku
<title>Gimp</title>
<description>A popular image manipulation program</description>
<info>
<![CDATA[
<p> <b>GIMP</b> is an acronym for GNU Image Manipulation Program.
It is a freely distributed program for such tasks as photo retouching,
image composition and image authoring. It has many capabilities.
It can be used as a simple paint program, an expert quality photo
retouching program, an online batch processing system, a mass production image renderer,
an image format converter, etc. GIMP is expandable and extensible.
It is designed to be augmented with plug-ins and extensions to do just about anything.
The advanced scripting interface allows everything from the simplest task to the most
complex image manipulation procedures to be easily scripted.</p><br></br><br></br>
When installed, <b>Gimp</b> can be found in KDE Main Menu --> Graphics <br></br><br></br>
It can also be run from terminal with the command <i><b>gimp</b></i> ]]>
</info>
Opis po polsku
Skrypt instalujący
function gimp {
sleep 1
dpkg_check
if ! sudo apt-get --assume-yes install gimp gimp-data gimp-print gimp-python gimp-help-en libgimp-perl gimp-data-extras gutenprint-doc gutenprint-locales python-numeric-tutorial gimp-svg
then
AX_fatal "An apt-based error occurred and installation was unsuccessful";
fi
}
Skrypt usuwający
function gimpremove {
sleep 1
dpkg_check
if ! sudo apt-get --assume-yes remove gimp gimp-data gimp-print gimp-python gimp-help-en libgimp-perl gimp-data-extras gutenprint-doc gutenprint-locales python-numeric-tutorial gimp-svg
then
AX_info "An apt-based error occurred and uninstallation was unsuccessful";
fi
}
wersja strony: 0, ostatnia edycja: 31 Jul 2007 15:17