diff options
author | Jiri Vanek <[email protected]> | 2013-04-29 16:24:37 +0200 |
---|---|---|
committer | Jiri Vanek <[email protected]> | 2013-04-29 16:24:37 +0200 |
commit | 3837fdf272a4fb68962b548cad3af7ed44ac3339 (patch) | |
tree | a09bb7501e05306597f8bbe1d73fb5a18130266b /ChangeLog | |
parent | 1ee0e5d164e1a122b5d55e1a80406d5575e1d725 (diff) |
Modularised initialization of AwtHelper and improoved performance of ImageSeeker. Added masking to ImageSeeker
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -1,3 +1,23 @@ +2013-04-29 Jiri Vanek <[email protected]> + + More granular initialization of AwtHelper + * tests/test-extensions/net/sourceforge/jnlp/ServerAccess.java: added + (executeBrowser) which can work upon fully constructed url + * tests/test-extensions/net/sourceforge/jnlp/awt/AWTHelper.java: + (captureScreenAndFindAppletByIconTryKTimes) split to three: + (captureScreenAndFindAppletByIconTryKTimes) - unchanged, now using following + (initialiseOnScreenshot) initialize from given buffered image, creating area + (initialiseOnScreenshotAndArea) initialize from two given buffered images + +2013-04-29 Jiri Vanek <[email protected]> + + Improved performance of scanning images, added masking of images + * tests/test-extensions/net/sourceforge/jnlp/awt/imagesearch/ImageSeeker.java: + (findExactImage) now using masks and is iterating over rows + (getMaskImage) new method to visualize mask + (getMask) new method to create mask + (getPixels) method to extract pixels from image to int array + 2013-04-29 Jana Fabrikova <[email protected]> * tests/test-extensions/net/sourceforge/jnlp/awt/AWTHelper.java: |