DIPlib Documentation - ©1995-2005 Pattern Recognition Group, Delft University of Technology.

ImageWrite

Write grey-value image to file (in dipIO)

SYNOPSIS

dip_Error dipio_ImageWrite ( image, filename, format, compression )

FUNCTION

This function writes a grey-vlaue image to a file, overwriting any other file with the same name. Get the format ID through the registry functions. See File formats recognized by dipIO for a list of currently supported formats. If format is 0, ICSv2 is used.

ARGUMENTS

Data typeNameDescription
dip_ImageimageOutput image
dip_StringfilenameFile name
dip_intformatID of file format
dip_BooleancompressionUse compression?

SEE ALSO

ImageWriteColour, ImageWriteCSV, ImageWriteEPS, ImageWriteFLD, ImageWriteGIF, ImageWriteICS, ImageWritePS, ImageWriteTIFF, ImageRead

DIPlib on-line documentation | Function reference | Global function index