function mShowImage( image_data ) % displays 8-bit greyscale images with pixel values 0..255 grey8 = [ 0:255 ]'/255; colormap( [ grey8, grey8, grey8 ] ); image( image_data+1 ); axis( 'image', 'off' );