Uses of Class
edu.cornell.mannlib.vitro.webapp.modules.imageProcessor.ImageProcessor.Dimensions
-
-
Uses of ImageProcessor.Dimensions in edu.cornell.mannlib.vitro.webapp.imageprocessor.imageio
Methods in edu.cornell.mannlib.vitro.webapp.imageprocessor.imageio that return ImageProcessor.Dimensions Modifier and Type Method Description ImageProcessor.DimensionsIIOImageProcessor. getDimensions(InputStream imageStream)Methods in edu.cornell.mannlib.vitro.webapp.imageprocessor.imageio with parameters of type ImageProcessor.Dimensions 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.Dimensions in edu.cornell.mannlib.vitro.webapp.imageprocessor.jai
Methods in edu.cornell.mannlib.vitro.webapp.imageprocessor.jai that return ImageProcessor.Dimensions Modifier and Type Method Description ImageProcessor.DimensionsJaiImageProcessor. getDimensions(InputStream imageStream)Deprecated.Methods in edu.cornell.mannlib.vitro.webapp.imageprocessor.jai with parameters of type ImageProcessor.Dimensions Modifier and Type Method Description InputStreamJaiImageProcessor. cropAndScale(InputStream mainImageStream, ImageProcessor.CropRectangle crop, ImageProcessor.Dimensions limits)Deprecated. -
Uses of ImageProcessor.Dimensions in edu.cornell.mannlib.vitro.webapp.modules.imageProcessor
Methods in edu.cornell.mannlib.vitro.webapp.modules.imageProcessor that return ImageProcessor.Dimensions Modifier and Type Method Description ImageProcessor.DimensionsImageProcessor. getDimensions(InputStream image)How big is the image contained in this stream?Methods in edu.cornell.mannlib.vitro.webapp.modules.imageProcessor with parameters of type ImageProcessor.Dimensions 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.
-