public class ImageReaderUtilities extends Object
| Constructor and Description |
|---|
ImageReaderUtilities() |
| Modifier and Type | Method and Description |
|---|---|
static IImageContainer |
createImageContainer(File file) |
static IImageContainer |
read(ICanceler canceler,
InputStream inputStream) |
static IImageContainer |
read(ICanceler canceler,
IResourceReference resourceReference) |
static IImageContainer |
read(ICanceler canceler,
URL resource) |
static BufferedImage |
readBufferedImage(File file) |
static BufferedImage |
readBufferedImage(ICanceler canceler,
InputStream inputStream) |
static BufferedImage |
readBufferedImage(ICanceler canceler,
IResourceReference resourceReference) |
static BufferedImage |
readBufferedImage(ICanceler canceler,
URL resource) |
static BufferedImage |
readBufferedImage(InputStream inputStream) |
static BufferedImage |
readBufferedImage(URI uri) |
static BufferedImage |
scale(URL resource,
float factor) |
public static BufferedImage scale(URL resource, float factor) throws IOException
IOExceptionpublic static BufferedImage readBufferedImage(File file) throws IOException
IOExceptionpublic static BufferedImage readBufferedImage(URI uri) throws IOException
IOExceptionpublic static BufferedImage readBufferedImage(ICanceler canceler, URL resource) throws InterruptedException, IOException
InterruptedExceptionIOExceptionpublic static BufferedImage readBufferedImage(ICanceler canceler, IResourceReference resourceReference) throws InterruptedException, IOException
InterruptedExceptionIOExceptionpublic static BufferedImage readBufferedImage(InputStream inputStream) throws IOException
IOExceptionpublic static BufferedImage readBufferedImage(ICanceler canceler, InputStream inputStream) throws InterruptedException, IOException
InterruptedExceptionIOExceptionpublic static IImageContainer read(ICanceler canceler, URL resource) throws InterruptedException, IOException
InterruptedExceptionIOExceptionpublic static IImageContainer read(ICanceler canceler, IResourceReference resourceReference) throws InterruptedException, IOException
InterruptedExceptionIOExceptionpublic static IImageContainer read(ICanceler canceler, InputStream inputStream) throws InterruptedException
InterruptedExceptionpublic static IImageContainer createImageContainer(File file) throws IOException
IOExceptionCopyright © 2007–2017 Andreas Bartels. All rights reserved.