-
Bug
-
Resolution: Fixed
-
P2
-
7u6
The snapshot API takes an existing Image, which if non-null, should be updated with the result of the snapshot. This is not functional in the existing version since the implementation relies upon Image Ops (RT-17409). Once that feature is in, we will need to use it to properly update the image (currently a new Image is returned with the correct data, but the existing image is unmodified).
Based on the current proposal for Image Ops, the snapshot API will need to be slightly modified as well. The parameter and return value of the 4 snapshot methods will change to taking a WritableImage subclass of Image (for type safety).
Based on the current proposal for Image Ops, the snapshot API will need to be slightly modified as well. The parameter and return value of the 4 snapshot methods will change to taking a WritableImage subclass of Image (for type safety).
- blocks
-
JDK-8101040 Render to image (snapshot) support
- Closed
- is blocked by
-
JDK-8101141 Image Ops
- Closed
- relates to
-
JDK-8091665 Develop unit tests for Image Ops
- Open