NAME
DtImageWrite - Write a RGBA image to disk.
SYNOPSIS
#include <Dt.h>
#include <image.h>
int DtImageWrite( char *name, char *key, int width, int height, int components, unsigned char *image, IMF_CAP_SETTING **settings, IMF_LUT *lut )
DESCRIPTION
DtImageWrite() will write an image to disk with the name
name, of the type indicated by key, with the deminsions
indicated by the width, height, and number of components
parameters.
DIAGNOSTICS
DtImageWrite() returns one on success and zero on failure.
FILES
Link with -lDtOMio