个人工具

“UbuntuHelp:ImageMagick”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
第2行: 第2行:
 
{{Languages|UbuntuHelp:ImageMagick}}
 
{{Languages|UbuntuHelp:ImageMagick}}
 
Parent: [[UbuntuHelp:Software]]
 
Parent: [[UbuntuHelp:Software]]
 
 
 
 
== ImageMagick ==
 
== ImageMagick ==
 
 
ImageMagick is a software suite which can be used to create, edit and display bitmap images, either from the command line or using a graphical interface.
 
ImageMagick is a software suite which can be used to create, edit and display bitmap images, either from the command line or using a graphical interface.
 
 
It can read, convert and write images in a large variety of formats. Images can be cropped, colors can be changed, various effects can be applied, images can be rotated and combined, and text, lines, polygons, ellipses and Bézier curves can be added to images and stretched and rotated.  
 
It can read, convert and write images in a large variety of formats. Images can be cropped, colors can be changed, various effects can be applied, images can be rotated and combined, and text, lines, polygons, ellipses and Bézier curves can be added to images and stretched and rotated.  
 
 
== Screenshot ==
 
== Screenshot ==
 
 
== Installation ==
 
== Installation ==
 
 
* Via '''[[UbuntuHelp:Synaptic|Synaptic Package Manager]]'''
 
* Via '''[[UbuntuHelp:Synaptic|Synaptic Package Manager]]'''
 
* Via apt-get
 
* Via apt-get
第20行: 第12行:
 
sudo apt-get install imagemagick
 
sudo apt-get install imagemagick
 
</nowiki></pre>
 
</nowiki></pre>
 
 
== Hints and Tips ==
 
== Hints and Tips ==
 
 
== Other applications you may wish to look at ==
 
== Other applications you may wish to look at ==
 
 
== Further Reading ==
 
== Further Reading ==
 
 
* '''[http://www.imagemagick.org/script/index.php ImageMagick]'''
 
* '''[http://www.imagemagick.org/script/index.php ImageMagick]'''
 
 
 
----
 
----
 
[[category:CategoryDocumentation]]
 
[[category:CategoryDocumentation]]
  
 
[[category:UbuntuHelp]]
 
[[category:UbuntuHelp]]

2007年11月30日 (五) 17:48的版本

Parent: UbuntuHelp:Software

ImageMagick

ImageMagick is a software suite which can be used to create, edit and display bitmap images, either from the command line or using a graphical interface. It can read, convert and write images in a large variety of formats. Images can be cropped, colors can be changed, various effects can be applied, images can be rotated and combined, and text, lines, polygons, ellipses and Bézier curves can be added to images and stretched and rotated.

Screenshot

Installation

sudo apt-get install imagemagick

Hints and Tips

Other applications you may wish to look at

Further Reading