ResampleCommandVerifyProperties Method |
Namespace: Atalasoft.Imaging.ImageProcessing
Exception | Condition |
---|---|
ArgumentException | Cannot perform AreaAverage resize method when increasing the size of the image, use default instead or The requested MaxSize cannot be used because it would result in a zero length width or height.;MaxSize |
This method does not check the integrity of the source image itself. That is already done by the time VerifyProperties is called.
Errors should be indicated by throwing an appropriate exception.