Le 21/02/2020 à 15:21, Peter Hull a écrit :
Implementation of getTileGridXOffset() and getTileGridXOffset() in BufferedImage seems in contradiction with specification. The RenderedImage specification said:Is this the same as bug 8166038? https://bugs.openjdk.java.net/browse/JDK-8166038?attachmentSortBy=fileName
Yes it is exactly that! sorry I didn't saw that issue. For BufferedImage.getTileGridX/YOffset() the specification is correct and the problem is in the implementation.
Martin