PngEncoder.write

class PngEncoder
override
bool
write
(,
string filename
)

Parameters

img Image

the image containing the data to write as a png

filename string

filename of the output

Return Value

Type: bool

true if writing succeeded, else false.

Meta