Lines Matching full:imagemagick
1 ImageMagick chapter
5 <img align="center" src="https://imagemagick.org/image/wizard.png" alt="ImageMagick logo" width="26…
7 …ImageMagick®](https://imagemagick.org/) to create, edit, compose, or convert bitmap images. It can…
12 …ImageMagick/ImageMagick.svg?branch=master)](https://travis-ci.org/ImageMagick/ImageMagick) | [![Bu…
13 …ImageMagick/ImageMagick6.svg?branch=master)](https://travis-ci.org/ImageMagick/ImageMagick6) | [![…
15 #### What is ImageMagick?
17 …ImageMagick is typically utilized from the command line or you can use the features from programs …
19 ImageMagick utilizes multiple computational threads to increase performance and can read, process, …
21 ImageMagick is free software delivered as a ready-to-run binary distribution or as source code that…
23 The ImageMagick development process ensures a stable API and ABI. Before each ImageMagick release, …
25 The current release is the ImageMagick 7.0.8 series. It runs on Linux, Windows, Mac Os X, iOS, Andr…
27 …ImageMagick web site is https://imagemagick.org. The authoritative source code repository is https…
29 We continue to maintain the legacy release of ImageMagick, version 6, at https://legacy.imagemagick…
33 Here are just a few examples of what ImageMagick can do:
35 * [Format conversion](https://imagemagick.org/script/convert.php): convert an image from one [forma…
36 * [Transform](https://imagemagick.org/Usage/resize/): resize, rotate, deskew, crop, flip or trim an…
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 imag…
41 * [Text & comments](https://imagemagick.org/Usage/text/): insert descriptive or artistic text in an…
42 * [Image gradients](https://imagemagick.org/script/gradient.php): create a gradual blend of one col…
43 * [Image identification](https://imagemagick.org/script/identify.php): describe the format and attr…
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 can…
46 * [Generalized pixel distortion](https://imagemagick.org/Usage/distorts/): correct for, or induce i…
47 * [Morphology of shapes](https://imagemagick.org/Usage/morphology/): extract features, describe sha…
48 * [Delineate image features](https://imagemagick.org/Usage/transform/#vision): Canny edge detection…
49 * [Motion picture support](https://imagemagick.org/script/motion-picture.php): read and write the c…
50 * [Image calculator](https://imagemagick.org/script/fx.php): apply a mathematical expression to an …
51 * [Connected component labeling](https://imagemagick.org/script/connected-components.php): uniquely…
52 * [Discrete Fourier transform](https://imagemagick.org/Usage/fourier/): implements the forward and …
55 * [Color management](https://imagemagick.org/script/color-management.php): accurate color managemen…
56 * [High dynamic-range images](https://imagemagick.org/script/high-dynamic-range.php): accurately re…
57 * [Encipher or decipher an image](https://imagemagick.org/script/cipher.php): convert ordinary imag…
58 * [Virtual pixel support](https://imagemagick.org/script/architecture.php#virtual-pixels): convenie…
59 * [Large image support](https://imagemagick.org/script/architecture.php#tera-pixel): read, process,…
60 * [Threads of execution support](https://imagemagick.org/script/architecture.php#threads): ImageMag…
61 * [Distributed pixel cache](https://imagemagick.org/script/distribute-pixel-cache.php): offload int…
62 * [Heterogeneous distributed processing](https://imagemagick.org/script/architecture.php#distribute…
63 * [ImageMagick on the iPhone](https://imagemagick.org/script/download.php#iOS): convert, edit, or c…
65 …ImageMagick Usage](https://imagemagick.org/Usage/), shows how to use ImageMagick from the command-…
69 …ImageMagick [version 7](https://imagemagick.org) is released, we continue to maintain the legacy r…
71 ImageMagick best practices **strongly** encourages you to configure a [security policy](https://ima…
73 As an analog to linear (RGB) and non-linear (sRGB) color colorspaces, as of ImageMagick 7.0.7-17, w…
75 Want more performance from ImageMagick? Try these options:
81 …ImageMagick, you again reduce the memory requirements in half-- and once again there is a tradeoff…