format
boolean resize(int maxWidthOrHeight) throws EveException
description
Resizes an image to maxwidthOrHeight pixels square. This method reproportions the image so that it is a square in order to facilitate image analysis.
maxwidthOrHeight
parameters
maxWidthorHeight - the new square dimension to which to resize the image
maxWidthorHeight
returns
TRUE - if the resize was successful
TRUE
FALSE - if the resize failed
FALSE
throws
The resize() method throws an EveException if the resize fails.
resize()
EveException