saveImageInFile

Save image in file.

@trusted
void
saveImageInFile
(,
string path
)
in (!image.empty, "The image can not be empty!")

Parameters

image Image

Image.

path string

Path to the file.

Meta