Lines Matching +full:php +full:- +full:image
7 shear and transform images, adjust image colors, apply various special
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
21 and can read, process, or write mega-, giga-, or tera-pixel image sizes.
23 ImageMagick is free software delivered as a ready-to-run binary distribution
33 The current release is the ImageMagick 7.0.11-* series. It runs on Linux,
48 * Format conversion: convert an image from one format to another (e.g.
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.
56 * Text & comments: insert descriptive or artistic text in an image.
57 * Image gradients: create a gradual blend of one color whose shape is
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
67 * Motion picture support: read and write the common image formats used in
69 * Image calculator: apply a mathematical expression to an image or image
72 image.
75 hash-- useful in image retrieval, authentication, indexing, or copy
79 lieu of-- built-in gamma compression or expansion as demanded by the
81 * Bilateral blur: non-linear, edge-preserving, and noise-reducing
83 * High dynamic-range images: accurately represent the wide range of
86 * Encipher or decipher an image: convert ordinary images into
88 * Virtual pixel support: convenient access to pixels outside the image
90 * Large image support: read, process, or write mega-, giga-, or
91 tera-pixel image sizes.
93 internal algorithms are OpenMP-enabled to take advantage of speed-ups
98 OpenCL-enabled to take advantage of speed-ups offered by executing in
105 shows how to use ImageMagick from the command-line to accomplish any
107 http://www.fmwconcepts.com/imagemagick/: a plethora of command-line scripts
128 * push large images to a solid-state drive, see large image support.
130 If these options are prohibitive, you can reduce the quality of the image
135 (e.g. negative). If you build the Q8 non-HDRI version of ImageMagick,
136 you again reduce the memory requirements in half-- and once again there
138 a Q8 non-HDRI build of ImageMagick, use these configure script options:
139 --with-quantum-depth=8 --disable-hdri.