1.18.2
Version 1.18.2 brings the following changes:
- Fixed #2: Automatically resize the
MemorySegment
returned byImageSurface::getData
to theheight * stride
of the surface. (Previously, theMemorySegment
has zero size and had to be resized by the user). - Added warnings to the documentation of the various
getUserData
methods that the returnedMemorySegment
has zero size and must be explicitly resized to the correct value. - A few other small Javadoc fixes/improvements
- Updated dependency versions