Skip to content

1.18.2

Compare
Choose a tag to compare
@jwharm jwharm released this 05 Mar 20:56
· 21 commits to main since this release

Version 1.18.2 brings the following changes:

  • Fixed #2: Automatically resize the MemorySegment returned by ImageSurface::getData to the height * stride of the surface. (Previously, the MemorySegment has zero size and had to be resized by the user).
  • Added warnings to the documentation of the various getUserData methods that the returned MemorySegment has zero size and must be explicitly resized to the correct value.
  • A few other small Javadoc fixes/improvements
  • Updated dependency versions