<AWT Dev> RFR: 8196087: java/awt/image/DrawImage/IncorrectUnmanagedImageRotatedClip.java fails

Jayathirth D V jdv at openjdk.java.net
Tue Nov 3 08:10:58 UTC 2020


On Thu, 29 Oct 2020 04:12:53 GMT, Sergey Bylokhov <serb at openjdk.org> wrote:

> The test draws some specific pattern to the VolatileImage and to the BufferedImage, and then compare pixels.
> 
> The test uses the getSnapshot() method to get the pixels from VolatileImage, and this method produces some interpolation "artifacts" if the fractional scale is used in the system(like 125%).
> 
> The solution is to use some predefined scale factors.

Marked as reviewed by jdv (Reviewer).

Please add CI test link in JBS. Looks good to me.

-------------

PR: https://git.openjdk.java.net/jdk/pull/921


More information about the awt-dev mailing list