public class ResizableImage
extends java.lang.Object
| Constructor and Description |
|---|
ResizableImage(java.io.File screenshotFile) |
| Modifier and Type | Method and Description |
|---|---|
int |
getHeight() |
int |
getWidth() |
static ResizableImage |
loadFrom(java.io.File screenshotFile) |
ResizableImage |
rescaleCanvas(int height) |
void |
saveTo(java.io.File savedFile)
If no resize operation has been done, just copy the file.
|
public ResizableImage(java.io.File screenshotFile)
throws java.io.IOException
java.io.IOExceptionpublic static ResizableImage loadFrom(java.io.File screenshotFile) throws java.io.IOException
java.io.IOExceptionpublic int getWidth()
public int getHeight()
public ResizableImage rescaleCanvas(int height) throws java.io.IOException
java.io.IOExceptionpublic void saveTo(java.io.File savedFile)
throws java.io.IOException
java.io.IOException