C HTML Makefile PHP C++ XS Other
Permalink
Failed to load latest commit information.
ImageMagick Windows is not happy with these duplicate file names Feb 1, 2016
Magick++ #589 Jul 19, 2017
MagickCore https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=32336 Jul 19, 2017
MagickWand #589 Jul 19, 2017
PerlMagick ... Jul 14, 2017
api_examples status is unused Feb 28, 2017
coders Exit early when identifying the image. Jul 20, 2017
config ... Jul 14, 2017
filters ... Apr 24, 2017
images ... Jul 4, 2017
m4 ... Dec 5, 2016
scripts Update copyright years Dec 12, 2015
tests ... Jul 12, 2017
utilities Support LibRaw delegate library Jul 14, 2017
www ... Jul 13, 2017
.gitignore Removed object file and modified .gitignore Oct 3, 2015
.travis.yml Added apt-key update Feb 1, 2016
AUTHORS.txt Prefer https over http Nov 5, 2016
ChangeLog https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=32336 Jul 19, 2017
ImageMagick.spec.in ... Mar 13, 2017
Install-mac.txt ... Jun 3, 2017
Install-unix.txt ... Jun 3, 2017
Install-vms.txt No commit message Jul 1, 2011
Install-windows.txt https://github.com/Alexpux/MINGW-packages/tree/master/mingw-w64-image… Nov 8, 2016
LICENSE ... Dec 5, 2016
Magickshr.opt http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=28359 Sep 18, 2015
Make.com http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=28359 Sep 18, 2015
Makefile.am Add gitversion.sh to distribution Jul 4, 2017
Makefile.in ... Jul 14, 2017
NEWS.txt No commit message Sep 5, 2009
NOTICE ... Dec 5, 2016
Platforms.txt No commit message Sep 5, 2009
QuickStart.txt Prefer https over http Nov 5, 2016
README.md ... Mar 28, 2017
README.txt ... Jan 21, 2017
aclocal.m4 AcquireAlignedMemory() aligns on the page boundary to improver OpenCL… Apr 1, 2017
common.shi.in The 'magick' utility supports sub-commands, e.g., 'magick convert' Apr 1, 2016
configure #585 Jul 18, 2017
configure.ac #585 Jul 18, 2017
gitversion.sh Add gitversion.sh to distribution Jul 4, 2017
index.html ... Jul 13, 2017
magick.sh.in ... Dec 5, 2016
version.sh ... Jul 15, 2017
winpath.sh https://github.com/Alexpux/MINGW-packages/tree/master/mingw-w64-image… Nov 8, 2016

README.md

ImageMagick

ImageMagick logo

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 200) including PNG, JPEG, JPEG-2000, GIF, TIFF, DPX, EXR, WebP, Postscript, PDF, and SVG. Use ImageMagick to resize, flip, mirror, rotate, distort, shear and transform images, adjust image colors, apply various special effects, or draw text, lines, polygons, ellipses and Bézier curves.

Version *nix Windows
7 Build Status Build status
6 Build Status Build status

What is ImageMagick?

The functionality of ImageMagick is typically utilized from the command line or you can use the features from programs written in your favorite programming language. Choose from these interfaces: G2F (Ada), MagickCore (C), MagickWand (C), ChMagick (Ch), ImageMagickObject (COM+), Magick++ (C++), JMagick (Java), L-Magick (Lisp), NMagick (Neko/haXe), MagickNet (.NET), PascalMagick (Pascal), PerlMagick (Perl), MagickWand for PHP (PHP), IMagick (PHP), PythonMagick (Python), RMagick (Ruby), or TclMagick (Tcl/TK). With a language interface, use ImageMagick to modify or create images dynamically and automagically.

ImageMagick utilizes multiple computational threads to increase performance and can read, process, or write mega-, giga-, or tera-pixel image sizes.

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.

The ImageMagick development process ensures a stable API and ABI. Before each ImageMagick release, we perform a comprehensive security assessment that includes memory error and thread data race detection to prevent security vulnerabilities.

ImageMagick is available from https://www.imagemagick.org/script/download.php. It runs on Linux, Windows, Mac Os X, iOS, Android OS, and others.

The authoritative ImageMagick web site is https://www.imagemagick.org. The authoritative source code repository is http://git.imagemagick.org/repos/ImageMagick/.

Features and Capabilities

Here are just a few examples of what ImageMagick can do:

Examples of ImageMagick Usage, shows how to use ImageMagick from the command-line to accomplish any of these tasks and much more. Also, see Fred's ImageMagick Scripts: a plethora of command-line scripts that perform geometric transforms, blurs, sharpens, edging, noise removal, and color manipulations. With Magick.NET, use ImageMagick without having to install ImageMagick on your server or desktop.

News

Now that ImageMagick version 7 is released, we continue to maintain the legacy release of ImageMagick, version 6. Learn how ImageMagick version 7 differs from previous versions with our porting guide.

ImageMagick best practices strongly encourages you to configure a security policy that suits your local environment.