-
Bug
-
Resolution: Fixed
-
P3
-
fx2.1
After the latest fixes for large images in NGImageView we now have stitching errors at their borders due to the fact that the Graphics.drawTexture() method does manual handling of the edge conditions on subimages by default.
We need a mechanism to allow a caller to tell the graphics method to avoid edge conditions for the edges that need to be stitched together accurately.
We need a mechanism to allow a caller to tell the graphics method to avoid edge conditions for the edges that need to be stitched together accurately.
- relates to
-
JDK-8117478 ImageView fails to displays fragment of large image with d3d pipeline
- Resolved
-
JDK-8087886 J2D pipeline does not implement proper handling of the subimage "isolate mask" control
- Open
-
JDK-8127382 drawTexture edge condition enforcement behavior is not well defined for all subimage cases
- Resolved