diff options
author | scuri <scuri> | 2009-07-12 22:39:29 +0000 |
---|---|---|
committer | scuri <scuri> | 2009-07-12 22:39:29 +0000 |
commit | 42ec8e8809beb24b613e89f721597a6328109880 (patch) | |
tree | f1286eabf38afa19b8de430afcfca3c94c492b97 /html | |
parent | 4894caf4af1357f7a49c289586f0b752424b7733 (diff) |
*** empty log message ***
Diffstat (limited to 'html')
-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> |