Uses of Class
edu.cornell.mannlib.vitro.webapp.modules.imageProcessor.ImageProcessor.CropRectangle
-
-
Uses of ImageProcessor.CropRectangle in edu.cornell.mannlib.vitro.webapp.imageprocessor.imageio
Methods in edu.cornell.mannlib.vitro.webapp.imageprocessor.imageio with parameters of type ImageProcessor.CropRectangle 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. -
Uses of ImageProcessor.CropRectangle in edu.cornell.mannlib.vitro.webapp.imageprocessor.jai
Methods in edu.cornell.mannlib.vitro.webapp.imageprocessor.jai with parameters of type ImageProcessor.CropRectangle Modifier and Type Method Description InputStreamJaiImageProcessor. cropAndScale(InputStream mainImageStream, ImageProcessor.CropRectangle crop, ImageProcessor.Dimensions limits)Deprecated. -
Uses of ImageProcessor.CropRectangle in edu.cornell.mannlib.vitro.webapp.modules.imageProcessor
Methods in edu.cornell.mannlib.vitro.webapp.modules.imageProcessor with parameters of type ImageProcessor.CropRectangle 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.
-