|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ImgUtil.NoImageFoundException | |
|---|---|
| com.bristle.javalib.awt | |
| Uses of ImgUtil.NoImageFoundException in com.bristle.javalib.awt |
|---|
| Methods in com.bristle.javalib.awt that throw ImgUtil.NoImageFoundException | |
|---|---|
static Image |
ImgUtil.readImageFromFile(String strFilename)
Read an Image from the specified filename. |
static Image |
ImgUtil.readImageFromInputStream(InputStream in)
Read an Image from the specified InputStream. |
static void |
ImgUtil.scaleImageToFileAsJPEG(String strFilenameIn,
String strFilenameOut,
int intScalePercent,
ImgUtil.ScaleAlgorithm algorithm)
Copy an image from the specified filename to the specified filename, converting it to a JPEG, and scaling it by the specified percent. |
static void |
ImgUtil.scaleImageToFileAsJPEG(String strFilenameIn,
String strFilenameOut,
int intWidth,
int intHeight,
boolean blnPreserveAspectRatio,
int intMaxScalePercent,
ImgUtil.ScaleAlgorithm algorithm)
Copy an image from the specified filename to the specified filename, converting it to a JPEG, and scaling it to the specified size. |
static void |
ImgUtil.scaleImageToOutputStreamAsJPEG(InputStream in,
OutputStream out,
int intScalePercent,
ImgUtil.ScaleAlgorithm algorithm)
Copy an image from the specified InputStream to the specified OutputStream, converting it to a JPEG, and scaling it by the specified percent. |
static void |
ImgUtil.scaleImageToOutputStreamAsJPEG(InputStream in,
OutputStream out,
int intWidth,
int intHeight,
boolean blnPreserveAspectRatio,
int intMaxScalePercent,
ImgUtil.ScaleAlgorithm algorithm)
Copy an image from the specified InputStream to the specified OutputStream, converting it to a JPEG, and scaling it to the specified size. |
static void |
ImgUtil.scaleImageToOutputStreamAsJPEG(String strFilename,
OutputStream out,
int intScalePercent,
ImgUtil.ScaleAlgorithm algorithm)
Copy an image from the specified filename to the specified OutputStream, converting it to a JPEG, and scaling it by the specified percent. |
static void |
ImgUtil.scaleImageToOutputStreamAsJPEG(String strFilename,
OutputStream out,
int intWidth,
int intHeight,
boolean blnPreserveAspectRatio,
int intMaxScalePercent,
ImgUtil.ScaleAlgorithm algorithm)
Copy an image from the specified filename to the specified OutputStream, converting it to a JPEG, and scaling it to the specified size. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||