From 26990cb2d1f55272c6f1d09dcc0f3062dc1e6cf8 Mon Sep 17 00:00:00 2001 From: scuri Date: Tue, 4 Aug 2009 12:35:38 +0000 Subject: *** empty log message *** --- html/en/rep_guide.html | 5 ----- html/en/representation.html | 9 +++++++++ 2 files changed, 9 insertions(+), 5 deletions(-) (limited to 'html') diff --git a/html/en/rep_guide.html b/html/en/rep_guide.html index 0dfd939..144c11f 100644 --- a/html/en/rep_guide.html +++ b/html/en/rep_guide.html @@ -124,11 +124,6 @@ for (int i = 0; i < count; i++) -
-

An important subset of images is what we call a Bitmap image. It is an image that can be - directly used into the graphics display. For Bitmap images the color space must be - IM_RGB, IM_MAP, - IM_GRAY or IM_BINARY, and the data type must be IM_BYTE.

The conversion between image data types, color spaces and the conversion to bitmap are defined only for the imImage structure.

diff --git a/html/en/representation.html b/html/en/representation.html index 87fbe21..fd6fa0d 100644 --- a/html/en/representation.html +++ b/html/en/representation.html @@ -140,6 +140,15 @@ should use the components of the imImage structure to access image pixels in the most efficient way.

+

Bitmaps

+ +
+

An important subset of images is what we call a Bitmap image. It is an image that can be + displayed in graphics devices usually using a graphics library like CD or + OpenGL. For Bitmap images the color space must be + IM_RGB, IM_MAP, + IM_GRAY or IM_BINARY, and the data type must be IM_BYTE.

+ -- cgit v1.2.3