public interface ImageConverter
ImageConverterFactory
.
The implementation of this interface must be thread-safe, though an image converter is never reused or shared between different threads.
Modifier and Type | Method and Description |
---|---|
void |
convertImage(File inFile,
File outFile)
Convert specified input image file to specified output image file.
|
void convertImage(File inFile, File outFile) throws Exception
inFile
- the input image fileoutFile
- the output image fileException
- if for any reason this method fails