public final class ImageReader extends Object
| Modifier and Type | Method and Description |
|---|---|
String |
getFormat() |
BufferedImage |
getImage() |
static ImageReader |
of(InputStream inputStream) |
static ImageReader |
of(InputStream inputStream,
boolean ignoreMetadata) |
public BufferedImage getImage()
public String getFormat()
public static ImageReader of(InputStream inputStream) throws Exception
Exceptionpublic static ImageReader of(InputStream inputStream, boolean ignoreMetadata) throws Exception
ExceptionCopyright © 2024. All rights reserved.