summaryrefslogtreecommitdiff
path: root/html/en/representation.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/en/representation.html')
-rw-r--r--html/en/representation.html4
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>