public interface JImageReader
| Modifier and Type | Method and Description | 
|---|---|
| int | getHeight()Returns the image's height. | 
| BufferedImage | getImage()Returns the image that the reader has imported. | 
| String | getMetadataSummary()Returns a summary of the image's metadata. | 
| int | getWidth()Returns the image's width. | 
| void | processFile()Processes the file supplied at initialization, and stores the image in the reader. | 
void processFile()
          throws IllegalDataException,
                 UnsupportedVariantException
IllegalDataException - If the data is not valid for this type of reader.UnsupportedVariantException - If the supplied file is a variant of the reader's format that is not supported.BufferedImage getImage()
int getWidth()
int getHeight()
String getMetadataSummary()
Copyright © 2020. All rights reserved.