Home | History | Annotate | only in /external/ImageMagick
Up to higher level directory
NameDateSize
.github/22-Oct-2020
.travis/22-Oct-2020
.travis.yml22-Oct-20202.1K
aclocal.m422-Oct-202046.1K
Android.bp22-Oct-2020564
androidconfigure22-Oct-20201K
api_examples/22-Oct-2020
AppRun22-Oct-20201.2K
AUTHORS.txt22-Oct-20205.7K
azure-pipelines.yml22-Oct-2020438
build/22-Oct-2020
ChangeLog22-Oct-202059.7K
coders/22-Oct-2020
common.shi.in22-Oct-20201.2K
config/22-Oct-2020
configs/22-Oct-2020
configure22-Oct-20201.2M
configure.ac22-Oct-2020128.8K
filters/22-Oct-2020
gitversion.sh22-Oct-2020221
imagemagick.desktop22-Oct-2020170
ImageMagick.spec.in22-Oct-202010.8K
images/22-Oct-2020
index.html22-Oct-202018K
Install-mac.txt22-Oct-20202.9K
Install-unix.txt22-Oct-202027.6K
Install-vms.txt22-Oct-20201.1K
Install-windows.txt22-Oct-20201.7K
LICENSE22-Oct-202012.2K
m4/22-Oct-2020
Magick++/22-Oct-2020
magick.sh.in22-Oct-20201.5K
MagickCore/22-Oct-2020
Magickshr.opt22-Oct-20208.4K
MagickWand/22-Oct-2020
Make.com22-Oct-20207.5K
Makefile.am22-Oct-202011.5K
Makefile.in22-Oct-20201.1M
METADATA22-Oct-2020397
NEWS.txt22-Oct-202022
NOTICE22-Oct-202011.7K
OWNERS22-Oct-202046
PerlMagick/22-Oct-2020
Platforms.txt22-Oct-20206.4K
QuickStart.txt22-Oct-20204.3K
README.md22-Oct-20209.4K
README.txt22-Oct-20207.3K
scripts/22-Oct-2020
tests/22-Oct-2020
utilities/22-Oct-2020
version.sh22-Oct-20201.7K
winpath.sh22-Oct-20201.7K
www/22-Oct-2020

README.md

      1 ImageMagick
      2 ===========
      3 
      4 <p align="center">
      5 <img align="center" src="https://imagemagick.org/image/wizard.png" alt="ImageMagick logo" width="265"/>
      6 
      7 Use [ImageMagick](https://imagemagick.org/) to create, edit, compose, or convert bitmap images. It can read and write images in a variety of formats (over 200) including PNG, JPEG, GIF, HEIC, 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 Bzier curves.
      8 
      9 
     10 | Version | *nix | Windows |
     11 | ------------- | ------------- | ------------- |
     12 | 7 | [![Build Status](https://travis-ci.org/ImageMagick/ImageMagick.svg?branch=master)](https://travis-ci.org/ImageMagick/ImageMagick) | [![Build status](https://ci.appveyor.com/api/projects/status/jk7yr5plamnuh9g6/branch/master?svg=true)](https://ci.appveyor.com/project/dlemstra/imagemagick-windows/branch/master) |
     13 | 6 | [![Build Status](https://travis-ci.org/ImageMagick/ImageMagick6.svg?branch=master)](https://travis-ci.org/ImageMagick/ImageMagick6) | [![Build status](https://ci.appveyor.com/api/projects/status/jk7yr5plamnuh9g6/branch/ImageMagick-Windows-6?svg=true)](https://ci.appveyor.com/project/dlemstra/imagemagick-windows/branch/ImageMagick-Windows-6) |
     14 
     15 #### What is ImageMagick?
     16 
     17 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), magick (R), RMagick (Ruby), or TclMagick (Tcl/TK). With a language interface, use ImageMagick to modify or create images dynamically and automagically.
     18 
     19 ImageMagick utilizes multiple computational threads to increase performance and can read, process, or write mega-, giga-, or tera-pixel image sizes.
     20 
     21 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 a derived Apache 2.0 [license](https://imagemagick.org/script/license.php).
     22 
     23 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.
     24 
     25 The current release is the ImageMagick 7.0.8 series. It runs on Linux, Windows, Mac Os X, iOS, Android OS, and others.
     26 
     27 The authoritative ImageMagick web site is https://imagemagick.org. The authoritative source code repository is https://github.com/ImageMagick. We maintain a source code mirror at https://gitlab.com/ImageMagick.
     28 
     29 We continue to maintain the legacy release of ImageMagick, version 6, at https://legacy.imagemagick.org.
     30 
     31 #### Features and Capabilities
     32 
     33 Here are just a few examples of what ImageMagick can do:
     34 
     35 * [Format conversion](https://imagemagick.org/script/convert.php): convert an image from one [format](https://imagemagick.org/script/formats.php) to another (e.g.  PNG to JPEG).
     36 * [Transform](https://imagemagick.org/Usage/resize/): resize, rotate, deskew, crop, flip or trim an image.
     37 * [Transparency](https://imagemagick.org/Usage/masking/): render portions of an image invisible.
     38 * [Draw](https://imagemagick.org/Usage/draw/): add shapes or text to an image.
     39 * [Decorate](https://imagemagick.org/Usage/crop/): add a border or frame to an image.
     40 * [Special effects](https://imagemagick.org/Usage/blur/): blur, sharpen, threshold, or tint an image.
     41 * [Text & comments](https://imagemagick.org/Usage/text/): insert descriptive or artistic text in an image.
     42 * [Image gradients](https://imagemagick.org/script/gradient.php): create a gradual blend of one color whose shape is horizontal, vertical, circular, or ellipical.
     43 * [Image identification](https://imagemagick.org/script/identify.php): describe the format and attributes of an image.
     44 * [Composite](https://imagemagick.org/script/composite.php): overlap one image over another.
     45 * [Montage](https://imagemagick.org/script/montage.php): juxtapose image thumbnails on an image canvas.
     46 * [Generalized pixel distortion](https://imagemagick.org/Usage/distorts/): correct for, or induce image distortions including perspective.
     47 * [Morphology of shapes](https://imagemagick.org/Usage/morphology/): extract features, describe shapes and recognize patterns in images.
     48 * [Delineate image features](https://imagemagick.org/Usage/transform/#vision): Canny edge detection, mean-shift, Hough lines.
     49 * [Motion picture support](https://imagemagick.org/script/motion-picture.php): read and write the common image formats used in digital film work.
     50 * [Image calculator](https://imagemagick.org/script/fx.php): apply a mathematical expression to an image or image channels.
     51 * [Connected component labeling](https://imagemagick.org/script/connected-components.php): uniquely label connected regions in an image.
     52 * [Discrete Fourier transform](https://imagemagick.org/Usage/fourier/): implements the forward and inverse [DFT](http://en.wikipedia.org/wiki/Discrete_Fourier_transform).
     53 * [Perceptual hash](http://www.fmwconcepts.com/misc_tests/perceptual_hash_test_results_510/index.html): maps visually identical images to the same or similar hash-- useful in image retrieval, authentication, indexing, or copy detection as well as digital watermarking.
     54 * [Complex text layout](https://en.wikipedia.org/wiki/Complex_text_layout) bidirectional text support and shaping.
     55 * [Color management](https://imagemagick.org/script/color-management.php): accurate color management with color profiles or in lieu of-- built-in gamma compression or expansion as demanded by the colorspace.
     56 * [High dynamic-range images](https://imagemagick.org/script/high-dynamic-range.php): accurately represent the wide range of intensity levels found in real scenes ranging from the brightest direct sunlight to the deepest darkest shadows.
     57 * [Encipher or decipher an image](https://imagemagick.org/script/cipher.php): convert ordinary images into unintelligible gibberish and back again.
     58 * [Virtual pixel support](https://imagemagick.org/script/architecture.php#virtual-pixels): convenient access to pixels outside the image region.
     59 * [Large image support](https://imagemagick.org/script/architecture.php#tera-pixel): read, process, or write mega-, giga-, or tera-pixel image sizes.
     60 * [Threads of execution support](https://imagemagick.org/script/architecture.php#threads): ImageMagick is thread safe and most internal algorithms are OpenMP-enabled to take advantage of speed-ups offered by multicore processor chips.
     61 * [Distributed pixel cache](https://imagemagick.org/script/distribute-pixel-cache.php): offload intermediate pixel storage to one or more remote servers.
     62 * [Heterogeneous distributed processing](https://imagemagick.org/script/architecture.php#distributed): 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.
     63 * [ImageMagick on the iPhone](https://imagemagick.org/script/download.php#iOS): convert, edit, or compose images on your iPhone.
     64 
     65 [Examples of ImageMagick Usage](https://imagemagick.org/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](http://www.fmwconcepts.com/imagemagick/): a plethora of command-line scripts that perform geometric transforms, blurs, sharpens, edging, noise removal, and color manipulations. With [Magick.NET](https://github.com/dlemstra/Magick.NET), use ImageMagick without having to install ImageMagick on your server or desktop.
     66 
     67 #### News
     68 
     69 Now that ImageMagick [version 7](https://imagemagick.org) is released, we continue to maintain the legacy release of ImageMagick, [version 6](https://legacy.imagemagick.org). Learn how ImageMagick version 7 differs from previous versions with our [porting guide](https://imagemagick.org/script/porting.php).
     70 
     71 ImageMagick best practices **strongly** encourages you to configure a [security policy](https://imagemagick.org/script/security-policy.php) that suits your local environment.
     72 
     73 As an analog to linear (RGB) and non-linear (sRGB) color colorspaces, as of ImageMagick 7.0.7-17, we introduce the LinearGray colorspace. Gray is non-linear grayscale and LinearGray is linear (e.g. -colorspace linear-gray).
     74 
     75 Want more performance from ImageMagick? Try these options:
     76 
     77  * Add more memory to your system, see the pixel cache;
     78  * Add more cores to your system, see threads of execution support;
     79  * push large images to a solid-state drive, see large image support.
     80 
     81 If these options are prohibitive, you can reduce the quality of the image results. The default build is Q16 HDRI. If you disable HDRI, you use half the memory and instead of predominately floating point operations, you use the typically more efficient integer operations. The tradeoff is reduced precision and you cannot process out of range pixel values (e.g. negative). If you build the Q8 non-HDRI version of ImageMagick, you again reduce the memory requirements in half-- and once again there is a tradeoff, even less precision and no out of range pixel values. For a Q8 non-HDRI build of ImageMagick, use these configure script options: --with-quantum-depth=8 --disable-hdri.
     82 

README.txt

      1 Introduction to ImageMagick
      2 
      3   ImageMagick is a software suite to create, edit, compose, or convert
      4   bitmap images. It can read and write images in a variety of formats (over
      5   200) including PNG, JPEG, GIF, HEIC, TIFF, DPX, EXR, WebP, Postscript,
      6   PDF, and SVG. Use ImageMagick to resize, flip, mirror, rotate, distort,
      7   shear and transform images, adjust image colors, apply various special
      8   effects, or draw text, lines, polygons, ellipses and Bzier curves.
      9   
     10   The functionality of ImageMagick is typically utilized from the command
     11   line or you can use the features from programs written in your favorite
     12   language. Choose from these interfaces: G2F (Ada), MagickCore (C),
     13   MagickWand (C), ChMagick (Ch), ImageMagickObject (COM+), Magick++ (C++),
     14   JMagick (Java), L-Magick (Lisp), Lua, NMagick (Neko/haXe), Magick.NET
     15   (.NET), PascalMagick (Pascal), PerlMagick (Perl), MagickWand for PHP
     16   (PHP), IMagick (PHP), PythonMagick (Python), RMagick (Ruby), or TclMagick
     17   (Tcl/TK). With a language interface, use ImageMagick to modify or create
     18   images dynamically and automagically.
     19 
     20   ImageMagick utilizes multiple computational threads to increase performance
     21   and can read, process, or write mega-, giga-, or tera-pixel image sizes.
     22   
     23   ImageMagick is free software delivered as a ready-to-run binary distribution
     24   or as source code that you may use, copy, modify, and distribute in both open
     25   and proprietary applications. It is distributed under a derived Apache 2.0
     26   license.
     27   
     28   The ImageMagick development process ensures a stable API and ABI. Before
     29   each ImageMagick release, we perform a comprehensive security assessment
     30   that includes memory error and thread data race detection to prevent
     31   security vulnerabilities.
     32 
     33   The current release is the ImageMagick 7.0.8-* series. It runs on Linux,
     34   Windows, Mac Os X, iOS, Android OS, and others.
     35 
     36   The authoritative ImageMagick web site is https://imagemagick.org. The
     37   authoritative source code repository is https://github.com/ImageMagick. We
     38   maintain a source code mirror at https://gitlab.com/ImageMagick.
     39 
     40   We continue to maintain the legacy release of ImageMagick, version 6,
     41   at https://legacy.imagemagick.org.
     42 
     43 
     44 Features and Capabilities
     45   
     46   Here are just a few examples of what ImageMagick can do:
     47   
     48       * Format conversion: convert an image from one format to another (e.g.
     49         PNG to JPEG).
     50       * Transform: resize, rotate, deskew, crop, flip or trim an image.
     51       * Transparency: render portions of an image invisible.
     52       * Draw: add shapes or text to an image.
     53       * Decorate: add a border or frame to an image.
     54       * Special effects: blur, sharpen, threshold, or tint an image.
     55       * Animation: create a GIF animation sequence from a group of images.
     56       * Text & comments: insert descriptive or artistic text in an image.
     57       * Image gradients: create a gradual blend of one color whose shape is 
     58         horizontal, vertical, circular, or ellipical.
     59       * Image identification: describe the format and attributes of an image.
     60       * Composite: overlap one image over another.
     61       * Montage: juxtapose image thumbnails on an image canvas.
     62       * Generalized pixel distortion: correct for, or induce image distortions
     63         including perspective.
     64       * Computer vision: Canny edge detection.
     65       * Morphology of shapes: extract features, describe shapes and recognize
     66         patterns in images.
     67       * Motion picture support: read and write the common image formats used in
     68         digital film work.
     69       * Image calculator: apply a mathematical expression to an image or image
     70         channels.
     71       * Connected component labeling: uniquely label connected regions in an
     72         image.
     73       * Discrete Fourier transform: implements the forward and inverse DFT.
     74       * Perceptual hash: maps visually identical images to the same or similar
     75         hash-- useful in image retrieval, authentication, indexing, or copy
     76         detection as well as digital watermarking.
     77       * Complex text layout: bidirectional text support and shaping.
     78       * Color management: accurate color management with color profiles or in
     79         lieu of-- built-in gamma compression or expansion as demanded by the
     80         colorspace.
     81       * High dynamic-range images: accurately represent the wide range of
     82         intensity levels found in real scenes ranging from the brightest direct
     83         sunlight to the deepest darkest shadows.
     84       * Encipher or decipher an image: convert ordinary images into
     85         unintelligible gibberish and back again.
     86       * Virtual pixel support: convenient access to pixels outside the image
     87         region.
     88       * Large image support: read, process, or write mega-, giga-, or
     89         tera-pixel image sizes.
     90       * Threads of execution support: ImageMagick is thread safe and most
     91         internal algorithms are OpenMP-enabled to take advantage of speed-ups
     92         offered by multicore processor chips.
     93       * Distributed pixel cache: offload intermediate pixel storage to one or
     94         more remote servers.
     95       * Heterogeneous distributed processing: certain algorithms are
     96         OpenCL-enabled to take advantage of speed-ups offered by executing in
     97         concert across heterogeneous platforms consisting of CPUs, GPUs, and
     98         other processors.
     99       * ImageMagick on the iPhone: convert, edit, or compose images on your
    100         iPhone or iPad.
    101   
    102   Examples of ImageMagick Usage * https://imagemagick.org/Usage/
    103   shows how to use ImageMagick from the command-line to accomplish any
    104   of these tasks and much more. Also, see Fred's ImageMagick Scripts @
    105   http://www.fmwconcepts.com/imagemagick/: a plethora of command-line scripts
    106   that perform geometric transforms, blurs, sharpens, edging, noise removal,
    107   and color manipulations. With Magick.NET, use ImageMagick without having
    108   to install ImageMagick on your server or desktop.
    109 
    110 
    111 News
    112 
    113   Now that ImageMagick version 7 is released, we continue
    114   to maintain the legacy release of ImageMagick, version 6, at
    115   https://legacy.imagemagick.org. Learn how ImageMagick version 7 differs
    116   from previous versions with our porting guide.
    117 
    118   ImageMagick best practices strongly encourages you to configure a security
    119   policy that suits your local environment.
    120 
    121   As an analog to linear (RGB) and non-linear (sRGB) color colorspaces, as
    122   of ImageMagick 7.0.7-17, we introduce the LinearGray colorspace. Gray is
    123   non-linear grayscale and LinearGray is linear (e.g. -colorspace linear-gray).
    124 
    125   Want more performance from ImageMagick? Try these options:
    126 
    127     Add more memory to your system, see the pixel cache; Add more cores to
    128     your system, see threads of execution support; push large images to a
    129     solid-state drive, see large image support.
    130 
    131   If these options are prohibitive, you can reduce the quality of the image
    132   results. The default build is Q16 HDRI. If you disable HDRI, you use
    133   half the memory and instead of predominately floating point operations,
    134   you use the typically more efficient integer operations. The tradeoff
    135   is reduced precision and you cannot process out of range pixel values
    136   (e.g. negative). If you build the Q8 non-HDRI version of ImageMagick,
    137   you again reduce the memory requirements in half-- and once again there
    138   is a tradeoff, even less precision and no out of range pixel values. For
    139   a Q8 non-HDRI build of ImageMagick, use these configure script options:
    140   --with-quantum-depth=8 --disable-hdri.
    141