I guess you found you can do this yourself.
-phil.
On 10/16/23 9:37 AM, Martin Desruisseaux wrote:
Hello all
https://github.com/openjdk/jdk/pull/13797 has been closed due to lack
of activity, but the bug that it describes is still present. The bug
is causing data lost when the type of sample values is a floating
point type. The proposed fix would not only fix that bug, but also
makes the code simpler and potentially faster. This bug is waiting for
a mentor since May. Can someone reopen it, or should I create a new
pull request?
One open question was whether to expand the scope of this bug fix to
other methods suffering the same problem, such as
BufferedImage.getData().
Martin