Ticket #1426 (closed defect: fixed)
Opened 2012-08-20T14:07:44-05:00
Last modified 2012-08-20T14:08:42-05:00
Implement some type of screen capture service
Reported by: | bdezonia | Owned by: | bdezonia |
---|---|---|---|
Priority: | major | Milestone: |
|
Component: | Core | Version: | |
Severity: | serious | Keywords: | |
Cc: | Blocked By: | ||
Blocking: |
Description
The IJ1 commands Capture Image and Capture Screen capture screen pixel data to images. We should provide a service that can do this in IJ2's UI agnostic framework.
Change History
comment:1 Changed 2012-08-20T14:08:42-05:00 by bdezonia
- Status changed from new to closed
- Resolution set to fixed
The ScreenCaptureService was added recently to core and an AWT/Swing compatible implementation called AWTScreenCaptureService is now in place.