Jump to content

ImageMagick: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
m "Bezier" => "Bézier"
Notheruser (talk | contribs)
m fmt ext links
Line 5: Line 5:
Most of the functionality of ImageMagick can be used interactively; more often however, the features are used from progams written in the [[programming language]]s [[perl programming language|perl]], [[C programming language|C]], [[C plus plus|C++]] or [[Java programming language|Java]], for which ready-made ImageMagick interfaces are available. This makes it possible to modify or create images automatically and dynamically. See [[logarithmic spiral]] for an example of using the perl interface.
Most of the functionality of ImageMagick can be used interactively; more often however, the features are used from progams written in the [[programming language]]s [[perl programming language|perl]], [[C programming language|C]], [[C plus plus|C++]] or [[Java programming language|Java]], for which ready-made ImageMagick interfaces are available. This makes it possible to modify or create images automatically and dynamically. See [[logarithmic spiral]] for an example of using the perl interface.


==External links==

* [http://www.imagemagick.org ImageMagick homepage]
'''External links:'''

* ImageMagick homepage: http://www.imagemagick.org

Revision as of 07:29, 17 August 2003

ImageMagick is a free software suite for the creation, modification and display of bitmap images. 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.

ImageMagick is free software: it is delivered with full source code and can be freely used, copied, modified and distributed. It runs on all major operating systems.

Most of the functionality of ImageMagick can be used interactively; more often however, the features are used from progams written in the programming languages perl, C, C++ or Java, for which ready-made ImageMagick interfaces are available. This makes it possible to modify or create images automatically and dynamically. See logarithmic spiral for an example of using the perl interface.