public interface ImageProcessor
Modifier and Type | Method and Description |
---|---|
int |
getImageScaleWidth()
Gets image width for scaling.
|
void |
scaleImage(File imageFile,
File newFile)
Creates a scaled new file.
|
void |
scaleImage(InputStream in,
OutputStream out,
String formatName)
Creates a scaled new file.
|
void |
setImageScaleWidth(int imageScaleWidth)
Sets image width for scaling.
|
int getImageScaleWidth()
void setImageScaleWidth(int imageScaleWidth)
void scaleImage(File imageFile, File newFile) throws IOException
IOException
void scaleImage(InputStream in, OutputStream out, String formatName) throws IOException
IOException
Copyright © 2008-2015 Spring by Example. All Rights Reserved.