public interface IImageContainer
| Modifier and Type | Method and Description |
|---|---|
BufferedImage |
asBufferImage() |
IImageContainer |
crop(float x,
float y,
float width,
float height) |
IImageContainer |
crop(Rectangle rectangle) |
void |
dispose() |
IImageContainer |
fit(int width,
int height) |
int |
getColorSpaceType() |
int |
getHeight() |
int |
getNumberOfBands() |
int |
getNumberOfComponents() |
int |
getWidth() |
IImageContainer |
invert() |
IImageContainer |
mapBands(int[] bandMapping) |
IImageContainer |
scale(float factor) |
IImageContainer |
scale(float widthFactor,
float heightFactor) |
IImageContainer |
toGrayScale() |
void dispose()
int getWidth()
int getHeight()
BufferedImage asBufferImage()
IImageContainer crop(float x, float y, float width, float height)
IImageContainer crop(Rectangle rectangle)
IImageContainer fit(int width, int height)
IImageContainer scale(float widthFactor, float heightFactor)
IImageContainer scale(float factor)
IImageContainer invert()
int getNumberOfComponents()
int getNumberOfBands()
IImageContainer mapBands(int[] bandMapping)
IImageContainer toGrayScale()
int getColorSpaceType()
Copyright © 2007–2019 Andreas W. Bartels. All rights reserved.