The methods in this interface allow you to manipulate image files on disk. You can load, save, and resize images using these methods.
You could use this interface, for example, to implement
bulk image-preparation routines. In order to maximize the effectiveness
of analyzing an image collection, you could use the methods in ImageManager
to resize all the images in the collection to the same dimensions beforehand.
To create a new ImageManager object, you use the Eve.newImageManager()
method. This method optionally takes an EveContext object as an argument.