diff options
| -rw-r--r-- | html/en/representation.html | 7 | 
1 files changed, 7 insertions, 0 deletions
| diff --git a/html/en/representation.html b/html/en/representation.html index 1ae5394..87fbe21 100644 --- a/html/en/representation.html +++ b/html/en/representation.html @@ -132,6 +132,13 @@    creation parameters there are many auxiliary parameters like <b>depth</b>, <b>count</b>, <b>line_size</b>, <b>    plane_size</b> and <b>size</b>. </p> +<p> +As the library is designed to work with such a wide range of image data  +organization, there are no general purpose functions for getting/setting  +individual pixels, as they would be too complicated and inefficient. Rather, you  +should use the components of the imImage structure to access image pixels in the  +most efficient way. +</p>  </body> | 
