Uses of Class
edu.cornell.mannlib.vitro.webapp.modules.imageProcessor.ImageProcessor.ImageProcessorException
-
-
Uses of ImageProcessor.ImageProcessorException in edu.cornell.mannlib.vitro.webapp.imageprocessor.imageio
Methods in edu.cornell.mannlib.vitro.webapp.imageprocessor.imageio that throw ImageProcessor.ImageProcessorException Modifier and Type Method Description InputStreamIIOImageProcessor. cropAndScale(InputStream mainImageStream, ImageProcessor.CropRectangle crop, ImageProcessor.Dimensions limits)Crop the main image according to this rectangle, and scale it to the correct size for a thumbnail.ImageProcessor.DimensionsIIOImageProcessor. getDimensions(InputStream imageStream) -
Uses of ImageProcessor.ImageProcessorException in edu.cornell.mannlib.vitro.webapp.imageprocessor.jai
Methods in edu.cornell.mannlib.vitro.webapp.imageprocessor.jai that throw ImageProcessor.ImageProcessorException Modifier and Type Method Description InputStreamJaiImageProcessor. cropAndScale(InputStream mainImageStream, ImageProcessor.CropRectangle crop, ImageProcessor.Dimensions limits)Deprecated.ImageProcessor.DimensionsJaiImageProcessor. getDimensions(InputStream imageStream)Deprecated. -
Uses of ImageProcessor.ImageProcessorException in edu.cornell.mannlib.vitro.webapp.modules.imageProcessor
Methods in edu.cornell.mannlib.vitro.webapp.modules.imageProcessor that throw ImageProcessor.ImageProcessorException Modifier and Type Method Description InputStreamImageProcessor. cropAndScale(InputStream image, ImageProcessor.CropRectangle crop, ImageProcessor.Dimensions limits)Create a new image from a portion of the supplied image, and reduce to fit a limiting size.ImageProcessor.DimensionsImageProcessor. getDimensions(InputStream image)How big is the image contained in this stream?
-