| Package | Description |
|---|---|
| com.hfg.image |
| Modifier and Type | Method and Description |
|---|---|
static ImageFormat |
ImageFormat.guessFormatFromName(String inName)
Tries to guess the image format from the filename extension in a case-insensitive way.
|
static ImageFormat |
ImageFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImageFormat[] |
ImageFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Dimension |
ImageIO_Util.getDimension(InputStream inImgStream,
ImageFormat inFormat) |
jataylor@hairyfatguy.com