• Home
  • History
  • Annotate
  • Raw
  • Download

Lines Matching +full:- +full:- +full:disable +full:- +full:openmp

14   JMagick (Java), L-Magick (Lisp), Lua, NMagick (Neko/haXe), Magick.NET
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.8-* series. It runs on Linux,
75 hash-- useful in image retrieval, authentication, indexing, or copy
79 lieu of-- built-in gamma compression or expansion as demanded by the
81 * High dynamic-range images: accurately represent the wide range of
88 * Large image support: read, process, or write mega-, giga-, or
89 tera-pixel image sizes.
91 internal algorithms are OpenMP-enabled to take advantage of speed-ups
96 OpenCL-enabled to take advantage of speed-ups offered by executing in
103 shows how to use ImageMagick from the command-line to accomplish any
105 http://www.fmwconcepts.com/imagemagick/: a plethora of command-line scripts
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).
129 solid-state drive, see large image support.
132 results. The default build is Q16 HDRI. If you disable HDRI, you use
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
139 a Q8 non-HDRI build of ImageMagick, use these configure script options:
140 --with-quantum-depth=8 --disable-hdri.