diff options
author | scuri <scuri> | 2009-08-04 12:35:38 +0000 |
---|---|---|
committer | scuri <scuri> | 2009-08-04 12:35:38 +0000 |
commit | 26990cb2d1f55272c6f1d09dcc0f3062dc1e6cf8 (patch) | |
tree | 1bf4581a863f03181e51d0bb5c612a71e51e70a7 /html | |
parent | b8a1d5f74824698f7f227eabdf27af1cbb298e26 (diff) |
*** empty log message ***
Diffstat (limited to 'html')
-rw-r--r-- | html/en/rep_guide.html | 5 | ||||
-rw-r--r-- | html/en/representation.html | 9 |
2 files changed, 9 insertions, 5 deletions
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 @@ -125,11 +125,6 @@ for (int i = 0; i < count; i++) </div> <div align="left"> - <p align="left">An important subset of images is what we call a <b>Bitmap</b> image. It is an image that can be - directly used into the graphics display. For Bitmap images the color space must be - <b>IM_RGB</b>, <b>IM_MAP</b>, - <b>IM_GRAY</b> or <b>IM_BINARY</b>, and the data type must be <b>IM_BYTE</b>.</div> - <div align="left"> <p align="left">The conversion between image data types, color spaces and the conversion to bitmap are defined only for the <b>imImage</b> structure.</div> 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. </p> +<h3>Bitmaps</h3> + + <div align="left"> + <p align="left">An important subset of images is what we call a <b>Bitmap</b> 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 + <b>IM_RGB</b>, <b>IM_MAP</b>, + <b>IM_GRAY</b> or <b>IM_BINARY</b>, and the data type must be <b>IM_BYTE</b>.</div> + </body> </html> |