Scilab Function
Last update : 28/10/2005

bmpread - reads an uncompressed Windows 3.1 Bitmap with 8-Bit quantization depth

Calling Sequence

[y,map] = bmpread(datei)

Parameters

Description

The SIVP toolbox offers more possibilites to read images. This function is usefull, when you want to modify it. For example reading in only a few rows of a picture.

Examples

[Y,MAP]=bmpread(); //Select an 8-Bit bitmap
f=gcf();
f.color_map=MAP;
Matplot(Y);

See Also

bmpcolor ,  

Authors

Dr. Andreas Geissler geisslea@web.de