Inherited by ImageIOImageProcessor, ImageMagickImageProcessor, Java2DImageProcessor, and SipsImageProcessor.
Public Member Functions | |
| void | thumbnail (int resizeWidth, int resizeHeight, File inputFile, File outputFile, ERMimeType outputMimeType) throws IOException |
| void | thumbnail (int resizeWidth, int resizeHeight, File inputFile, File outputFile) throws IOException |
Static Public Member Functions | |
| static IERImageProcessor | imageProcessor () |
Static Public Attributes | |
| static volatile IERImageProcessor | _imageProcessor |
| static final Logger | log = Logger.getLogger(ERImageProcessor.class) |
| static IERImageProcessor imageProcessor | ( | ) | [static] |
| void thumbnail | ( | int | resizeWidth, | |
| int | resizeHeight, | |||
| File | inputFile, | |||
| File | outputFile, | |||
| ERMimeType | outputMimeType | |||
| ) | throws IOException |
Provides a shortcut to thumbnailing an image using some default values that produce decent quality thumbnail outputs.
| resizeWidth | the maximum resize width | |
| resizeHeight | the maximum resize height | |
| inputFile | the input file to thumbnail | |
| outputFile | the output file to write the thumbnail into | |
| outputMimeType | the output mime type |
| IOException | if the thumbnailing fails |
Implements IERImageProcessor.
| void thumbnail | ( | int | resizeWidth, | |
| int | resizeHeight, | |||
| File | inputFile, | |||
| File | outputFile | |||
| ) | throws IOException |
Provides a shortcut to thumbnailing an image using some default values that produce decent quality thumbnail outputs.
| resizeWidth | the maximum resize width | |
| resizeHeight | the maximum resize height | |
| inputFile | the input file to thumbnail | |
| outputFile | the output file to write the thumbnail into |
| IOException | if the thumbnailing fails |
Implements IERImageProcessor.
volatile IERImageProcessor _imageProcessor [static] |
final Logger log = Logger.getLogger(ERImageProcessor.class) [static] |
1.5.8