You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: comtasks.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -204,7 +204,7 @@ <h2>
204
204
205
205
<p>
206
206
Use <ahref="image2.html#import_pixels">Image#import_pixels</a> to load pixel data from a string buffer into an image. The pixel data must be in scanline
207
-
order, right-to-left and top-to-bottom. The data can be packed as 8-bit bytes, 16-bit halfwords, 32-bit fullwords, or as C floats or doubles. The
207
+
order, right-to-left and top-to-bottom. The data can be packed as 8-bit bytes, 16-bit half words, 32-bit full words, or as C floats or doubles. The
208
208
reciprocal method is <ahref="image2.html#export_pixels_to_str">Image#export_pixels_to_str</a>.
Specify the colorspace that quantization (color reduction and mapping) is done under or to specify the colorspace when encoding an output image.
407
-
Colorspaces are ways of describing colors to fit the requirements of a particular application (e.g. Television, offset printing, color monitors).
407
+
Color spaces are ways of describing colors to fit the requirements of a particular application (e.g. Television, offset printing, color monitors).
408
408
Color reduction, by default, takes place in the RGBColorspace. Empirical evidence suggests that distances in color spaces such as YUVColorspace or
409
409
YIQColorspace correspond to perceptual color differences more closely than do distances in RGB space. These color spaces may give better results when
410
410
color reducing an image.
411
411
</p>
412
412
413
413
<p>
414
414
<spanclass="imquote"
415
-
>When encoding an output image, the colorspaces RGBColorspace, CMYKColorspace, and GRAYColorspace may be specified. The CMYKColorspace option is only
415
+
>When encoding an output image, the color spaces RGBColorspace, CMYKColorspace, and GRAYColorspace may be specified. The CMYKColorspace option is only
416
416
applicable when writing TIFF, JPEG, and Adobe Photoshop bitmap (PSD) files.</span
417
417
>
418
418
See <ahref="imageattrs.html#colorspace">colorspace</a>.
419
419
</p>
420
420
421
-
<p>Each version of ImageMagick defines a subset of the colorspaces listed below. To list the subset supported by your version, issue the command:</p>
421
+
<p>Each version of ImageMagick defines a subset of the color spaces listed below. To list the subset supported by your version, issue the command:</p>
The result of <code>composite image</code> - <code>image</code>, with underflow wrapping around (mod 256). The add and subtract operators can be used to
Setting the <code>:time</code> limit resets the elapsed time to zero in the pixel cache. Call it before any operation that you need to set a time limit
0 commit comments