format
boolean loadImage(String path) throws EveException
description
Loads an image into eVe for processing.
parameters
path - the full path and filename of the image to load
path
returns
TRUE - if the load was successuful
TRUE
FALSE - if the load was unsuccessful
FALSE
throws
The loadImage() method throws an EveException if the loading fails.
loadImage()
EveException