public static class ImageUtils.ImageReaderUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static int |
getHeight(ImageReader imageReader)
Get image height.
|
static int |
getWidth(ImageReader imageReader)
Get image width.
|
public static int getWidth(ImageReader imageReader) throws IOException
imageReader - an imageReader object.IOExceptionpublic static int getHeight(ImageReader imageReader) throws IOException
imageReader - an imageReader object.IOExceptionCopyright © 2014. All rights reserved.