saveImage

format

boolean saveImage(String path) throws EveException

description

Saves an image to disk.

parameters

path - the full path and filename of the image to create on disk

returns

TRUE - if the save was successful

 

FALSE - if the save failed

throws

The saveImage() method throws an EveException if the save fails.