All Methods Static Methods Concrete Methods
| Modifier and Type |
Method and Description |
static BufferedImage |
cutImage(BufferedImage image,
Rectangle bounds) |
static Screenshot |
cutImage(Screenshot screenshot,
Rectangle bounds) |
static BufferedImage |
cutToMax(BufferedImage image) |
static void |
exportScreenshot(Screenshot image,
File result) |
static String |
getTextFromIcon(Icon icon) |
static Screenshot |
image2Screenshot(String prefix,
BufferedImage image) |
static BufferedImage |
mark(BufferedImage image,
List<Rectangle> marks) |
static BufferedImage |
mark(BufferedImage image,
Rectangle mark) |
static Screenshot |
mark(Screenshot image,
Rectangle mark) |
static BufferedImage |
readImage(File file) |
static BufferedImage |
readImage(String path) |
static String |
removeFileExtension(String filename) |
static Icon |
scaleIcon(Icon icon,
Component component,
int width,
int height) |
static Image |
scaleProportionallyToMaxWidthHeight(BufferedImage image,
int maxWidth,
int maxHeight) |
static Image |
scaleToSameSize(BufferedImage img1,
BufferedImage img2) |
static BufferedImage |
screenshot2Image(Screenshot input) |
static BufferedImage |
toBufferedImage(Icon icon,
Component component) |
static BufferedImage |
toBufferedImage(Image img) |