background_save(ind,fname)

From ENIGMA
Jump to navigation Jump to search

Description

Exports the pixel data in a background to an external image file.

Parameters

Parameter Description
ind index of the background
fname string value representing the path where to save

Return Values

returntype: Returns...

Example Call

// demonstrates saving a background locally as a portable network graphic
background_save(mybg, "mybg.png")