From 42ec8e8809beb24b613e89f721597a6328109880 Mon Sep 17 00:00:00 2001
From: scuri
Date: Sun, 12 Jul 2009 22:39:29 +0000
Subject: *** empty log message ***
---
html/en/representation.html | 7 +++++++
1 file changed, 7 insertions(+)
(limited to 'html')
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 depth, count, line_size,
plane_size and size.
+
+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.
+