Home | History | Annotate | Download | only in www

Lines Matching full:colorspace

59 <p class="text-center"><a href="command-line-options.html#adaptive-blur">&#x2011;adaptive&#x2011;blur</a>  ? <a href="command-line-options.html#adaptive-resize">&#x2011;adaptive&#x2011;resize</a>  ? <a href="command-line-options.html#adaptive-sharpen">&#x2011;adaptive&#x2011;sharpen</a>  ? <a href="command-line-options.html#adjoin">&#x2011;adjoin</a>  ? <a href="command-line-options.html#affine">&#x2011;affine</a>  ? <a href="command-line-options.html#alpha">&#x2011;alpha</a>  ? <a href="command-line-options.html#alpha-color">&#x2011;alpha&#x2011;color</a>  ? <a href="command-line-options.html#annotate">&#x2011;annotate</a>  ? <a href="command-line-options.html#antialias">&#x2011;antialias</a>  ? <a href="command-line-options.html#append">&#x2011;append</a>  ? <a href="command-line-options.html#attenuate">&#x2011;attenuate</a>  ? <a href="command-line-options.html#authenticate">&#x2011;authenticate</a>  ? <a href="command-line-options.html#auto-gamma">&#x2011;auto&#x2011;gamma</a>  ? <a href="command-line-options.html#auto-level">&#x2011;auto&#x2011;level</a>  ? <a href="command-line-options.html#auto-orient">&#x2011;auto&#x2011;orient</a>  ? <a href="command-line-options.html#backdrop">&#x2011;backdrop</a>  ? <a href="command-line-options.html#background">&#x2011;background</a>  ? <a href="command-line-options.html#bench">&#x2011;bench</a>  ? <a href="command-line-options.html#bias">&#x2011;bias</a>  ? <a href="command-line-options.html#black-point-compensation">&#x2011;black&#x2011;point&#x2011;compensation</a>  ? <a href="command-line-options.html#black-threshold">&#x2011;black&#x2011;threshold</a>  ? <a href="command-line-options.html#blend">&#x2011;blend</a>  ? <a href="command-line-options.html#blue-primary">&#x2011;blue&#x2011;primary</a>  ? <a href="command-line-options.html#blue-shift">&#x2011;blue&#x2011;shift</a>  ? <a href="command-line-options.html#blur">&#x2011;blur</a>  ? <a href="command-line-options.html#border">&#x2011;border</a>  ? <a href="command-line-options.html#bordercolor">&#x2011;bordercolor</a>  ? <a href="command-line-options.html#borderwidth">&#x2011;borderwidth</a>  ? <a href="command-line-options.html#brightness-contrast">&#x2011;brightness&#x2011;contrast</a>  ? <a href="command-line-options.html#cache">&#x2011;cache</a>  ? <a href="command-line-options.html#canny">&#x2011;canny</a>  ? <a href="command-line-options.html#caption">&#x2011;caption</a>  ? <a href="command-line-options.html#cdl">&#x2011;cdl</a>  ? <a href="command-line-options.html#channel">&#x2011;channel</a>  ? <a href="command-line-options.html#charcoal">&#x2011;charcoal</a>  ? <a href="command-line-options.html#chop">&#x2011;chop</a>  ? <a href="command-line-options.html#clamp">&#x2011;clamp</a>  ? <a href="command-line-options.html#clip">&#x2011;clip</a>  ? <a href="command-line-options.html#clip-mask">&#x2011;clip&#x2011;mask</a>  ? <a href="command-line-options.html#clip-path">&#x2011;clip&#x2011;path</a>  ? <a href="command-line-options.html#clone">&#x2011;clone</a>  ? <a href="command-line-options.html#clut">&#x2011;clut</a>  ? <a href="command-line-options.html#coalesce">&#x2011;coalesce</a>  ? <a href="command-line-options.html#colorize">&#x2011;colorize</a>  ? <a href="command-line-options.html#colormap">&#x2011;colormap</a>  ? <a href="command-line-options.html#color-matrix">&#x2011;color&#x2011;matrix</a>  ? <a href="command-line-options.html#colors">&#x2011;colors</a>  ? <a href="command-line-options.html#colorspace">&#x2011;colorspacee</a>  ? <a href="command-line-options.html#weight">&#x2011;weight</a>  ? <a href="command-line-options.html#white-point">&#x2011;white&#x2011;point</a>  ? <a href="command-line-options.html#white-threshold">&#x2011;white&#x2011;threshold</a>  ? <a href="command-line-options.html#window">&#x2011;window</a>  ? <a href="command-line-options.html#window-group">&#x2011;window&#x2011;group</a>  ? <a href="command-line-options.html#write">&#x2011;write</a>  </p>
1177 it is more efficient to convert the image to the gray colorspace before
1207 <h3 class="magick-header"><a id="colorspace"></a>-colorspace <var>value</var></h3>
1210 <p class="magick-description">Set the image colorspace.</p>
1225 <p>To print a complete list of colorspaces, use <a href="command-line-options.html#list">-list colorspace</a>.</p>
1227 <p>For a more accurate color conversion to or from the linear RGB, CMYK, or grayscale colorspaces, use the <a href="command-line-options.html#profile">-profile</a> option. Note, ImageMagick assumes the sRGB colorspace if the image format does not indicate otherwise. For colorspace conversion, the gamma function is first removed to produce linear RGB.</p>
1326 <p>Note the scRGB colorspace requires HDRI support otherwise it behaves just like linear RGB.</p>
1790 <td>colorspace:auto-grayscale=<var>on|off</var></td>
2190 sRGB and gamma=1/2.2 when no colorspace information is included in
3385 <p>For example using HSL, we have: ... <code>-colorspace HSL -channel lightness
3386 -equalize -colorspace RGB</code> ...</p>
3390 channel. Here we have ... <code>-colorspace OHTA -channel red -equalize
3391 -colorspace RGB</code> ...</p>
4470 convert in.png -colorspace gray out.png
4482 convert in.png -set colorspace RGB -colorspace gray out.png
4485 <p>Note that a 'colorspace' intensity method will produce the same result
4487 intensity method will depend on the current colorspace the image is currently
4683 converting images to <code>-colorspace gray</code>. </p>
4686 the pixel values to linear-RGB or non-linear sRGB colorspace before
4703 what that is, or what colorspace the image is currently using.</p>
4725 <p>The <a href="command-line-options.html#colorspace" >-colorspace gray</a> image conversion also uses
4727 appropriate sRGB or linear-RGB colorspace before appling the above
4739 -colors for gray colorspace
4762 <p>The default intent is Perceptual for the sRGB colorspace and undefined for the RGB and gray colorspaces.</p>
5432 Colorspace
5770 >option:modulate:colorspace</code>' to specify which colorspace to
5774 convert image.png -set option:modulate:colorspace hsb -modulate 120,90 modulate.png
6403 <h3 class="magick-header"><a id="quantize"></a>-quantize <var>colorspace</var></h3>
6406 <p class="magick-description">reduce colors using this colorspace.</p>
6408 <p>This setting defines the colorspace used to sort out and reduce the number
6476 color (in RGB colorspace) is selected to replace that pixel in the image. </p>
6813 href="command-line-options.html#page" >-page</a>, <a href="command-line-options.html#colorspace" >-colorspace</a>; generally
6855 <p>This option can also associate a colorspace or profile with your image.