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

Online Help

All Products    Maple    MapleSim


BMP (.bmp) File Format

BMP file format

 

Description

Notes

Examples

Description

• 

BMP (commonly called bitmap) is an image data format for raster graphics data.

• 

The commands ImageTools[Read] and ImageTools[Write] can read and write uncompressed bitmap data. The general-purpose commands Import and Export also support this format.

• 

The context-sensitive menu can be used to export Maple plot graphics to BMP format.

• 

Additionally, BMP images can be inserted directly into a Maple Document.

Notes

• 

Content-Type: image/bmp

Examples

Importexample/AutumnMaple.bmp,base=datadir

Importexample/AutumnMaple.bmp,base=datadir,output=embed

See Also

Formats

ImageTools[Read]

ImageTools[Write]