TIFF (.tif, .tiff) File Format
TIFF file format
Description
Notes
Examples
TIFF (Tagged Image File Format) is an image data format for uncompressed raster data.
It is a common output format for image manipulation programs and scanning/imaging devices.
The commands ImageTools[Read] and ImageTools[Write] can read and write to the TIFF format. The general-purpose commands Import and Export also support this format.
TIFF images can be included in a Maple Document with Insert > Image.
Content-Type: image/tiff
Import a TIFF file from disk and view the underlying data.
Import⁡example/ThueMorse.tiff,base=datadir
Import⁡example/ThueMorse.tiff,base=datadir,output=embed
See Also
Formats
ImageTools[Read]
ImageTools[Write]
Insert an Image
Download Help Document