Difference between revisions of "ImageMagick"
(Trial import from script.) |
(Update Infobox and Description) |
||
Line 1: | Line 1: | ||
{{Infobox_tool | {{Infobox_tool | ||
− | |purpose= | + | |purpose=ImageMagick® is a software suite to create, edit, compose, or convert bitmap images. |
− | |image= | + | |image=ImageMagick.jpg |
|homepage=http://www.imagemagick.org | |homepage=http://www.imagemagick.org | ||
|license=Apache License v2.0 | |license=Apache License v2.0 | ||
− | |platforms= | + | |platforms=should run under any operating system |
}} | }} | ||
Line 14: | Line 14: | ||
= Description = | = Description = | ||
+ | ImageMagick® is a software suite to create, edit, compose, or convert bitmap images. It can read and write images in a variety of formats (over 100) including DPX, EXR, GIF, JPEG, JPEG-2000, PDF, PNG, Postscript, SVG, and TIFF. | ||
Can be used as a migration tool for bitmap images. | Can be used as a migration tool for bitmap images. | ||
+ | |||
+ | === Functionality === | ||
+ | The functionality of ImageMagick is typically utilized from the command line or you can use the features from programs written in your favorite language. C | ||
+ | |||
+ | === License === | ||
+ | ImageMagick is free software delivered as a ready-to-run binary distribution or as source code that you may use, copy, modify, and distribute in both open and proprietary applications. It is distributed under the Apache 2.0 license, approved by the OSI and recommended for use by the OSSCC. | ||
+ | |||
+ | === Download === | ||
+ | The current release is available from http://www.imagemagick.org/download. | ||
= User Experiences = | = User Experiences = |
Revision as of 10:07, 8 January 2015
Description
ImageMagick® is a software suite to create, edit, compose, or convert bitmap images. It can read and write images in a variety of formats (over 100) including DPX, EXR, GIF, JPEG, JPEG-2000, PDF, PNG, Postscript, SVG, and TIFF. Can be used as a migration tool for bitmap images.
Functionality
The functionality of ImageMagick is typically utilized from the command line or you can use the features from programs written in your favorite language. C
License
ImageMagick is free software delivered as a ready-to-run binary distribution or as source code that you may use, copy, modify, and distribute in both open and proprietary applications. It is distributed under the Apache 2.0 license, approved by the OSI and recommended for use by the OSSCC.
Download
The current release is available from http://www.imagemagick.org/download.
User Experiences
Used in Planets as a migration tool for Tiff format files.
Development Activity