.. _writetif: writetif ******** **Syntax:** :code:`writetif(input image, filename)` Write an image to a .tif file. This command cannot be used in the distributed processing mode. If you need it, please contact the authors. Arguments --------- input image [input] ~~~~~~~~~~~~~~~~~~~ **Data type:** uint8 image, uint16 image, uint32 image, uint64 image, int8 image, int16 image, int32 image, int64 image, float32 image, complex32 image Image to save. filename [input] ~~~~~~~~~~~~~~~~ **Data type:** string Name (and path) of the file to write. If the file exists, its current contents are erased. Extension .tif is automatically appended to the name of the file.