public interface Image
| Modifier and Type | Method and Description |
|---|---|
Image |
convert(ImageFormat format) |
Image |
crop(RegionParameters params) |
Image |
flipHorizontally() |
ImageFormat |
getFormat() |
int |
getHeight() |
int |
getWidth() |
Image |
rotate(int arcDegree) |
Image |
scale(ResizeParameters params) |
byte[] |
toByteArray() |
Image |
toDepth(ImageBitDepth depth) |
Image convert(ImageFormat format) throws UnsupportedOperationException
UnsupportedOperationExceptionImage crop(RegionParameters params) throws UnsupportedOperationException, InvalidParametersException
Image flipHorizontally()
ImageFormat getFormat()
int getHeight()
int getWidth()
Image rotate(int arcDegree) throws UnsupportedOperationException, InvalidParametersException
Image scale(ResizeParameters params) throws UnsupportedOperationException, InvalidParametersException
byte[] toByteArray()
throws IOException
IOExceptionImage toDepth(ImageBitDepth depth) throws UnsupportedOperationException
UnsupportedOperationExceptionCopyright © 2016. All rights reserved.