public class ResizableImage
extends java.lang.Object
Constructor and Description |
---|
ResizableImage(java.io.File screenshotFile) |
Modifier and Type | Method and Description |
---|---|
int |
getHeight() |
int |
getWitdh() |
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.IOException
public static ResizableImage loadFrom(java.io.File screenshotFile) throws java.io.IOException
java.io.IOException
public int getWitdh()
public int getHeight()
public ResizableImage rescaleCanvas(int height) throws java.io.IOException
java.io.IOException
public void saveTo(java.io.File savedFile) throws java.io.IOException
java.io.IOException