diff options
author | scuri <scuri> | 2010-10-25 19:57:24 +0000 |
---|---|---|
committer | scuri <scuri> | 2010-10-25 19:57:24 +0000 |
commit | 956d02af88db8d76262a30274bb4fecf47645c5f (patch) | |
tree | be3b6a5ee07104449137cd86fbe95df5cd330321 /html/en/representation.html | |
parent | b007c2695ead1e484cf327765c47d8346f632447 (diff) |
*** empty log message ***
Diffstat (limited to 'html/en/representation.html')
-rw-r--r-- | html/en/representation.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/html/en/representation.html b/html/en/representation.html index fbbf6a6..4c902cc 100644 --- a/html/en/representation.html +++ b/html/en/representation.html @@ -34,7 +34,7 @@ <p><b>IM_GRAY</b> usually means luma (nonlinear Luminance), but it can represent any other intensity value that is not necessarily related to color.</p> <p><b>IM_BINARY</b> is a subset of the <b>IM_GRAY</b> color space, and it has only 2 colors black and - white. Each value can be 0 or 1. But for pratical reasons we use one byte to store it.</p> + white. Each value can be 0 or 1. But for practical reasons we use one byte to store it.</p> <p>The other color spaces are standard CIE color spaces, except CMYK that does not have a clear definition without other parameters to complement it.</p> @@ -117,7 +117,7 @@ <pre><b>RGBRGBRGBRGB</b>RGBRGBRGBRGB<b>RGBRGBRGBRGB</b>RGBRGBRGBRGB - for packed components 0 1 2 3</pre> - <p>In bold we visualy marked some lines of data.</p> + <p>In bold we visually marked some lines of data.</p> <hr> <h3>imImage</h3> |