BlitzMax Docs -> 2D - Category -> Graphics - Pixmaps -> SavePixmapPNG
SavePixmapPNG( pixmap:TPixmap,url:Object,compression=5 )
Returns:
Nothing.Description:
Save a Pixmap in PNG formatSavePixmapPNG saves pixmap to url in PNG format. If successful, SavePixmapPNG returnsTrue, otherwise False.
The optional compression parameter should be in the range 0 to 9, where0 indicates no compression (fastest) and 9 indicates full compression (slowest).
Comments
None.
BlitzMax Manual Forum
Blitz3D Equivalent Command




