PNG - Maple Help

Online Help

All Products    Maple    MapleSim


PNG (.png) File Format

PNG file format

 

Description

Notes

Examples

References

Description

• 

PNG (Portable Network Graphics) is a popular image data format for lossless compressed raster images.

• 

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

• 

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

• 

The commands ImageTools[Read] and ImageTools[Write] can read and write to the PNG format. The general-purpose commands Import and Export also support this format.

Notes

• 

Content-Type: image/png

Examples

Export a plot to a PNG file in the home directory of the current user.

BesselPlotplotBesselJ0,x,title=Bessel function of the first kind,thickness=3

Exportbesselplot.png,BesselPlot,base=homedir

26396

(1)

References

  

[RFC2083] Boutell, T., PNG (Portable Network Graphics) Specification Version 1.0, RFC 2083, March 1997.

See Also

Formats

Insert an Image