Interface | Description |
---|---|
ImageManager2.Linkable |
Class | Description |
---|---|
ImageManager |
ImageManager is a small utility that allows us to easily capture arbitrary areas of the
screen and save them them as BMP or JPG files.
|
ImageManager2 |
This is a simple program to manage different kinds of images.
It can provide functionalities as: Capture screen image. |
ImagePreview | |
ImageUtils |
Utility functions for processing or manipulating Images stored in the File system
or captured from the Screen.
|
ImageUtils.ModifiedRectInfo | |
ImageUtils.SubArea |
Represent an SubArea by 2 coordiantes (TopLeft, BottomRight).
The x/y of coordinate can be number or a percentage-number, number means absolute coordinate, percentage-number means relative width/height. This SubArea is used to get a sub Rectangle from a Rectangle. |
JAIImagingListener |
Necessary class to override default JAI ImagingListener logging which noisily prints
seemingly unnecessary processing issues and stack traces to System.err.
|
MakeImageDiff |
Sample Windows BAT file command-line usage:
|
ReverseRectangle |
ReverseRectangle functions as a standard Rectangle object.
|
ScreenXYBTComparator |
Class which can be used by ImageUtils to provide parallel processing of screen image searches.
|
SharedLock |
SharedLock is used to synchronized the main thread and search thread.
|
SmallPieceComparator |
This class provides a way of multi-thread to search an image on screen, or to
search an image on a bigger image.
|
Enum | Description |
---|---|
ImageUtils.AlterImageStyle |
The style to alter the image.
SHADE Get the image darker TINT Get the image lighter NONE Keep the image unchanged |
Copyright © SAS Institute. All Rights Reserved.