ImageMagick ImageMagick® is a free and open-source software suite, used for editing and manipulating digital images. It can be used to create, edit, compose, or convert bitmap images, and supports…
ImageMagick



ImageMagick® is a free and open-source software suite, used for editing and manipulating digital images. It can be used to create, edit, compose, or convert bitmap images, and supports a wide range of file formats, including JPEG, PNG, GIF, TIFF, and PDF.
What is ImageMagick?
ImageMagick is widely used in industries such as web development, graphic design, and video editing, as well as in scientific research, medical imaging, and astronomy. Its versatile and customizable nature, along with its robust image processing capabilities, make it a popular choice for a wide range of image-related tasks.
ImageMagick includes a command-line interface for executing complex image processing tasks, as well as APIs for integrating its features into software applications. It is written in C and can be used on a variety of operating systems, including Linux, Windows, and macOS.
The main website for ImageMagick can be found at https://imagemagick.org. The source code for this software can be accessed through a repository. In addition, we maintain a legacy version of ImageMagick version 6.
Creating a security policy that fits your specific local environment before making use of ImageMagick is highly advised. You can find guidance on setting up this policy. Also, it's important to verify your policy using the validation tool.
Features and Capabilities
One of the key features of ImageMagick is its support for scripting and automation. This allows users to create complex image manipulation pipelines that can be run automatically, without the need for manual intervention. This can be especially useful for tasks that require the processing of large numbers of images, or for tasks that need to be performed on a regular basis.
In addition to its core image manipulation capabilities, ImageMagick also includes a number of other features, such as support for animation, color management, and image rendering. These features make it a versatile tool for a wide range of image-related tasks, including graphic design, scientific visualization, and digital art.
Overall, ImageMagick is a powerful and versatile software suite for displaying, converting, and editing image files. Its support for scripting and automation, along with its other features, make it a valuable tool for a wide range of image-related tasks.
Here are just a few examples of what ImageMagick can do:
- Animation: non-linear, edge-preserving, and noise-reducing smoothing filter.
- Bilateral Blur: non-linear, edge-preserving, and noise-reducing smoothing filter.
- Color management: accurate color management with color profiles or in lieu of-- built-in gamma compression or expansion as demanded by the colorspace.
- Color thresholding force all pixels in the color range to white otherwise black.
- Command-line processing utilize ImageMagick from the command-line.
- Complex text layout bidirectional text support and shaping.
- Composite: overlap one image over another.
- Connected component labeling: uniquely label connected regions in an image.
- Convex hull smallest area convex polygon containing the image foreground objects. In addition, the minimum bounding box and unrotate angle are also generated.
- Decorate: add a border or frame to an image.
- Delineate image features: Canny edge detection, mean-shift, Hough lines.
- Discrete Fourier transform: implements the forward and inverse DFT.
- Distributed pixel cache: offload intermediate pixel storage to one or more remote servers.
- Draw: add shapes or text to an image.
- Encipher or decipher an image: convert ordinary images into unintelligible gibberish and back again.
- Format conversion: convert an image from one format to another (e.g. PNG to JPEG).
- Generalized pixel distortion: correct for, or induce image distortions including perspective.
- Heterogeneous distributed processing: certain algorithms are OpenCL-enabled to take advantage of speed-ups offered by executing in concert across heterogeneous platforms consisting of CPUs, GPUs, and other processors.
- High dynamic-range images: accurately represent the wide range of intensity levels found in real scenes ranging from the brightest direct sunlight to the deepest darkest shadows.
- Histogram equalization use adaptive histogram equalization to improve contrast in images.
- Image cache: secure methods and tools to cache images, image sequences, video, audio or metadata in a local folder.
- Image calculator: apply a mathematical expression to an image or image channels.
- Image gradients: create a gradual blend of one color whose shape is horizontal, vertical, circular, or elliptical.
- Image identification: describe the format and attributes of an image.
- ImageMagick on the iPhone: convert, edit, or compose images on your iPhone.
- Large image support: read, process, or write mega-, giga-, or tera-pixel image sizes.
- Montage: juxtapose image thumbnails on an image canvas.
- Morphology of shapes: extract features, describe shapes and recognize patterns in images.
- Motion picture support: read and write the common image formats used in digital film work.
- Multispectral imagery: support multispectral imagery up to 64 bands.
- Noise and color reduction Kuwahara Filter, mean-shift.
- Perceptual hash: maps visually identical images to the same or similar hash-- useful in image retrieval, authentication, indexing, or copy detection as well as digital watermarking.
- Special effects: blur, sharpen, threshold, or tint an image.
- Text & comments: insert descriptive or artistic text in an image.
- Threads of execution support: ImageMagick is thread safe and most internal algorithms are OpenMP-enabled to take advantage of speed-ups offered by multicore processor chips.
- Transform: resize, rotate, deskew, crop, flip or trim an image.
- Transparency: render portions of an image invisible.
- Virtual pixel support: convenient access to pixels outside the image region.
News
Creating a security policy that fits your specific local environment before making use of ImageMagick is highly advised. You can find guidance on setting up this policy. Also, it's important to verify your policy using the validation tool. As of ImageMagick version 7.1.1-16, you can choose and customize one of these security policies: Open, Limited, Secure, and Websafe.
By default, ImageMagick supports up to 32 channels. As of ImageMagick version 7.1.1-16, you can enable up to 64 channels by adding the --enable-64bit-channel-masks option to the Linux configure build script. For Windows this will be enabled automatically.
Want more performance from ImageMagick? Try these options:
- add more memory to your system, see the pixel cache;
- add more cores to your system, see threads of execution support;
- reduce lock contention with the tcmalloc memory allocation library;
- push large images to a solid-state drive, see large image support.
Members
-
ImageMagick ★ PINNED
ImageMagick is a free, open-source software suite for creating, editing, converting, and displaying images. It supports 200+ formats and offers powerful command-line tools and APIs for automation, scripting, and integration across platforms.
C ★ 17k 1d agoExplain → -
Website ★ PINNED
ImageMagick website @ https://imagemagick.org/.
Shell ★ 43 3d agoExplain → -
Usage ★ PINNED
ImageMagick usage website @ https://usage.imagemagick.org/.
Ruby ★ 10 10d agoExplain → -
Windows ★ PINNED
Development environment for Windows
Shell ★ 11 1mo agoExplain → -
ImageMagick6 ★ PINNED
ImageMagick legacy is a free, open-source software suite for creating, editing, converting, and displaying images. It supports 200+ formats and offers powerful command-line tools and APIs for automation, scripting, and integration across platforms.
C ★ 249 1d agoExplain → -
Website6 ★ PINNED
ImageMagick legacy website @ https://legacy.imagemagick.org/.
Shell ★ 5 7d agoExplain → -
ImageMagick-Windows ▣
Windows build of ImageMagick 7
C++ ★ 152 11mo agoExplain → -
PythonMagick
PythonMagick is a Python binding for the ImageMagick Magick++ library, enabling image creation, editing, and conversion directly in Python. It supports many formats and operations like cropping, resizing, and filtering, offering a powerful interface for image processing tasks.
Shell ★ 68 6mo agoExplain → -
jpeg-xl
jpeg-xl for the Windows build of ImageMagick
C++ ★ 26 16d agoExplain → -
heif
libheif for the Windows build of ImageMagick
C++ ★ 25 1mo agoExplain → -
VisualMagick ▣
VisualMagick for the Windows build of ImageMagick 7
C++ ★ 23 2y agoExplain → -
rsvg
librsvg for the Windows build of ImageMagick
C ★ 22 8mo agoExplain → -
MagickCache
MagickCache is a secure, high-performance caching tool for images, videos, audio, and metadata. It uses memory mapping for fast access, supports partial retrieval, and allows content expiration via TTL. Designed for massive scale, it integrates with ImageMagick for digital media repositories.
Shell ★ 18 4d agoExplain → -
WizardsToolkit
WizardsToolkit is a secure C library offering cross-platform cryptography, hashing, authentication, and data integrity tools. It supports AES, Serpent, SHA-512, and others, enabling developers to build secure applications with features like file digests, MIME type mapping, and random number generation.
C ★ 16 8d agoExplain → -
Usage-Markdown
Base text document processed with pandoc
Shell ★ 13 7mo agoExplain → -
MagickStudio
MagickStudio is an online interface for ImageMagick that lets users upload, edit, and convert images directly in a browser. It supports resizing, rotating, enhancing, and applying effects to images in various formats, with temporary file storage and privacy safeguards.
HTML ★ 9 3mo agoExplain → -
webp
webp for the Windows build of ImageMagick
C ★ 9 10mo agoExplain → -
pango
pango for the Windows build of ImageMagick
C ★ 8 10mo agoExplain → -
de265
libde265 for the Windows build of ImageMagick
C++ ★ 7 1mo agoExplain → -
png
png for the Windows build of ImageMagick
C ★ 7 3mo agoExplain → -
libfpx
No description.
C++ ★ 5 9d agoExplain → -
jpeg-turbo
jpeg-turbo for the Windows build of ImageMagick
C ★ 5 16d agoExplain → -
lcms
lcms for the Windows build of ImageMagick
C ★ 5 2mo agoExplain → -
IMDisplay
IMDisplay is a Windows-based GUI application for ImageMagick that lets users view and manipulate images using a graphical interface. Built with Microsoft Foundation Classes, it supports basic image operations like resizing, rotating, and shearing, offering a visual alternative to command-line tools.
C++ ★ 5 1y agoExplain → -
lzma
liblzma for the Windows build of ImageMagick
C ★ 5 4mo agoExplain → -
flif
flif for the Windows build of ImageMagick
C++ ★ 4 2mo agoExplain → -
cairo
cairo for the Windows build of ImageMagick
C ★ 4 3mo agoExplain → -
freetype
FreeType for the Windows build of ImageMagick
C ★ 4 4mo agoExplain → -
jbig
jbig for the Windows build of ImageMagick
C ★ 4 10mo agoExplain → -
Dependencies
Build of the Dependencies of ImageMagick.
Shell ★ 3 1d agoExplain → -
openjpeg
openjpeg for the Windows build of ImageMagick
C ★ 3 2mo agoExplain → -
highway
highway for the Windows build of ImageMagick
C++ ★ 3 2mo agoExplain → -
xml
libxml for the Windows build of ImageMagick
C ★ 3 3mo agoExplain → -
zip
libzip for the Windows build of ImageMagick 7
C ★ 3 9mo agoExplain → -
pixman
pixman for the Windows build of ImageMagick
C ★ 3 10mo agoExplain → -
Configure
Configure tool for the Windows ImageMagick build.
C++ ★ 2 4d agoExplain → -
tiff
tiff for the Windows build of ImageMagick
C ★ 2 7d agoExplain → -
exr
exr for the Windows build of ImageMagick
C ★ 2 1mo agoExplain → -
imath
imath for the Windows build of ImageMagick
C++ ★ 2 9mo agoExplain → -
glib
glib for the Windows build of ImageMagick
C ★ 2 10mo agoExplain → -
ImageMagick-Windows6 ▣
Windows build of ImageMagick 6
Shell ★ 2 2y agoExplain → -
raw
LibRaw for the Windows build of ImageMagick
C++ ★ 1 16d agoExplain → -
ffi
ffi for the Windows build of ImageMagick
C ★ 1 16d agoExplain → -
gdk-pixbuf
gdk-pixbuf for the Windows build of ImageMagick
C ★ 1 1mo agoExplain → -
fftw
fftw for the Windows build of ImageMagick
C ★ 1 2mo agoExplain → -
code-signing-action
Action for code signing binaries
★ 1 1mo agoExplain → -
openh264
openh264 for the Windows build of ImageMagick
C++ ★ 1 10mo agoExplain → -
brotli
brotli for the Windows build of ImageMagick
C ★ 1 8mo agoExplain → -
bzip2
bzip2 for the Windows build of ImageMagick
C ★ 1 10mo agoExplain → -
MagickWandForPHP
MagickWand for PHP is a native PHP extension that wraps the ImageMagick MagickWand C API, enabling powerful image manipulation in PHP. It supports reading, writing, and editing images in many formats, with features like vector drawing, pixel-level control, and special effects.
C ★ 1 5y agoExplain → -
VisualMagick6 ▣
VisualMagick for the Windows build of ImageMagick 6
Rich Text Format ★ 1 2y agoExplain → -
win2k6 ▣
win2k for the Windows build of ImageMagick 6
C++ ★ 1 5y agoExplain → -
win2k ▣
win2k for the Windows build of ImageMagick
C++ ★ 1 4y agoExplain → -
openjph
openjph for the Windows build of ImageMagick
C++ ★ 0 1d agoExplain → -
harfbuzz
harfbuzz for the Windows build of ImageMagick
C++ ★ 0 1d agoExplain → -
raqm
raqm for the Windows build of ImageMagick
C ★ 0 10d agoExplain → -
fontconfig
Fontconfig for the Magick.Native build
C ★ 0 16d agoExplain → -
jpeg-turbo-12
jpeg-turbo-12 for the Windows build of ImageMagick
★ 0 16d agoExplain → -
jpeg-turbo-16
jpeg-turbo-16 for the Windows build of ImageMagick
★ 0 16d agoExplain → -
.github
No description.
★ 0 1mo agoExplain → -
aom
aom for the Windows build of ImageMagick
C ★ 0 2mo agoExplain → -
lqr
lqr for the Windows build of ImageMagick
Shell ★ 0 4mo agoExplain → -
zlib
zlib for the Windows build of ImageMagick
C ★ 0 5mo agoExplain → -
deflate ▣
libdeflate for the Windows build of ImageMagick
C ★ 0 8mo agoExplain → -
fribidi
fribidi for the Windows build of ImageMagick
Shell ★ 0 10mo agoExplain → -
croco
croco for the Windows build of ImageMagick
C ★ 0 10mo agoExplain → -
dcraw
dcraw for the Windows build of ImageMagick
C ★ 0 1y agoExplain → -
jasper ▣
jp2 for the Windows build of ImageMagick
C ★ 0 2y agoExplain → -
contrib ▣
Contributions for the Windows build of ImageMagick
C ★ 0 5y agoExplain → -
contrib6 ▣
Contributions for the Windows build of ImageMagick 6
C ★ 0 5y agoExplain → -
Multipole
No description.
C ★ 0 2y agoExplain → -
msttcorefonts
Files from the msttcorefonts package.
Shell ★ 0 2y agoExplain → -
Freds-Scripts
No description.
★ 0 5y agoExplain →
No repos match these filters.