Write grey-value image to file (in dipIO)
dip_Error dipio_ImageWrite ( image, filename, format, compression )
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.
Data type | Name | Description |
dip_Image | image | Output image |
dip_String | filename | File name |
dip_int | format | ID of file format |
dip_Boolean | compression | Use compression? |
ImageWriteColour, ImageWriteCSV, ImageWriteEPS, ImageWriteFLD, ImageWriteGIF, ImageWriteICS, ImageWritePS, ImageWriteTIFF, ImageRead
DIPlib on-line documentation | Function reference | Global function index