| Modifier and Type | Method and Description |
|---|---|
InputStream |
IIOImageProcessor.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.Dimensions |
IIOImageProcessor.getDimensions(InputStream imageStream) |
| Modifier and Type | Method and Description |
|---|---|
InputStream |
JaiImageProcessor.cropAndScale(InputStream mainImageStream,
ImageProcessor.CropRectangle crop,
ImageProcessor.Dimensions limits)
Deprecated.
|
ImageProcessor.Dimensions |
JaiImageProcessor.getDimensions(InputStream imageStream)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
InputStream |
ImageProcessor.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.Dimensions |
ImageProcessor.getDimensions(InputStream image)
How big is the image contained in this stream?
|
Copyright © 2021. All rights reserved.