Difference between revisions of "ImageMagick"

From PanoTools.org Wiki
Jump to navigation Jump to search
m (link adjusted)
m (glossaryfied)
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
ImageMagick is a set of tools for image manipulation and conversion. It consits of a set of command line programs as well as of a library that can be interfaced from own applications. It can do almost any image manipulation from a batch file or shell script and even brings it's own scripting language. Besides this, it serves well to circumvent a known Photoshop bug that prevents fom [[Photoshop limitations#opening large TIFFs with Photoshop|opening large TIFFs with Photoshop]].
+
'''ImageMagick''' is {{Glossary|a set of tools for image manipulation and conversion|1}}. It consists of a set of command line programs as well as of a library that can be interfaced from own applications. It can do almost any image manipulation from a batch file or shell script and even brings its own scripting language. Besides this, it serves well to circumvent a known Photoshop bug that prevents it from [[Photoshop limitations#opening large TIFFs with Photoshop|opening large TIFF images]].
  
The software can be found at [http://www.imagemagick.org/ www.imagemagick.org].
+
== External links ==
 +
* [http://www.imagemagick.org/ ImageMagick site]
  
[[Category:Software]][[Category:Software:Platform:Linux]][[Category:Software:Platform:Windows]][[Category:Software:Platform:Mac OS X]]
+
[[Category:Software:Platform:Linux]]
 +
[[Category:Software:Platform:Windows]]
 +
[[Category:Software:Platform:Mac OS X]]

Latest revision as of 18:48, 15 December 2007

ImageMagick is a set of tools for image manipulation and conversion. It consists of a set of command line programs as well as of a library that can be interfaced from own applications. It can do almost any image manipulation from a batch file or shell script and even brings its own scripting language. Besides this, it serves well to circumvent a known Photoshop bug that prevents it from opening large TIFF images.

External links