TIFF - Maple Help

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

1.000000000000001.000000000000001.000000000000001.000000000000001.000000000000001.000000000000000.0.0.0.1.000000000000001.000000000000001.000000000000001.000000000000001.000000000000001.000000000000000.0.0.0.1.000000000000001.000000000000001.000000000000001.000000000000001.000000000000001.000000000000000.0.0.0.1.000000000000001.000000000000001.000000000000001.000000000000001.000000000000001.000000000000000.0.0.0.1.000000000000001.000000000000001.000000000000001.000000000000001.000000000000001.000000000000000.0.0.0.1.000000000000001.000000000000001.000000000000001.000000000000001.000000000000001.000000000000000.0.0.0.0.0.0.0.0.0.1.000000000000001.000000000000001.000000000000001.000000000000000.0.0.0.0.0.1.000000000000001.000000000000001.000000000000001.000000000000000.0.0.0.0.0.1.000000000000001.000000000000001.000000000000001.000000000000000.0.0.0.0.0.1.000000000000001.000000000000001.000000000000001.0000000000000096 × 96 Array

(1)

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

See Also

Formats

ImageTools[Read]

ImageTools[Write]

Insert an Image