Package | Description |
---|---|
net.sourceforge.jiu.codecs |
Provides classes to read images from and save them to files (or streams) in various file formats.
|
Modifier and Type | Method and Description |
---|---|
static PixelImage |
ImageLoader.load(java.io.File file)
Attempts to load an image from a file.
|
static PixelImage |
ImageLoader.load(java.io.File file,
java.util.Vector listeners)
Attempts to load an image from a file, notifying the
argument progress listeners.
|
static PixelImage |
ImageLoader.load(java.lang.String fileName)
Load an image from a file given by its name.
|
static PixelImage |
ImageLoader.load(java.lang.String fileName,
java.util.Vector listeners)
Attempts to load an image from the file with the given name,
using the given list of progress listeners.
|
static PixelImage |
ImageLoader.loadToolkitImageUri(java.lang.String uri) |