TIFF - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


TIFF (.tif, .tiff) File Format

TIFF file format

 

Description

Notes

Examples

Description

• 

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.

Notes

• 

Content-Type: image/tiff

Examples

Import a TIFF file from disk and view the underlying data.

Importexample/ThueMorse.tiff,base=datadir

Importexample/ThueMorse.tiff,base=datadir,output=embed

See Also

Formats

ImageTools[Read]

ImageTools[Write]

Insert an Image