eimgwrit.m

NAME
eimgwrit - write image-file

SYNOPSIS
eimgwrit(imageFileName,image,colormap,quality)

PARAMETER(S)
imageFileName name of image-file
possible are: png,jpg,tif,ppm,pcx
image matrix for image
if colormap=-1 then
image is filled with RGB values
value=R*2$^\wedge$16+G*2$^\wedge$8+B) and R,G,B are integer of 0:255
else
matrix is filled with indices of colormap
colormap color table
quality quality of JPEG-files, default=75 (%)



Stefan Mueller 2003-01-13