public class JPGReader extends ImageReader
bitsPerPixel, bytesPerScanLine, height, param, rgbColorPalette, width| Constructor and Description |
|---|
JPGReader() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<MetadataType,Metadata> |
getMetadata() |
java.awt.image.BufferedImage |
read(java.io.InputStream is) |
java.awt.image.BufferedImage |
read1(java.io.InputStream is) |
getFrame, getFrameCount, getFrames, getImageParampublic java.awt.image.BufferedImage read1(java.io.InputStream is)
throws java.lang.Exception
java.lang.Exceptionpublic java.util.Map<MetadataType,Metadata> getMetadata()
public java.awt.image.BufferedImage read(java.io.InputStream is)
throws java.lang.Exception
read in class ImageReaderjava.lang.Exception