1.18.2
Version 1.18.2 brings the following changes:
- Fixed #2: Automatically resize the
MemorySegmentreturned byImageSurface::getDatato theheight * strideof the surface. (Previously, theMemorySegmenthas zero size and had to be resized by the user). - Added warnings to the documentation of the various
getUserDatamethods that the returnedMemorySegmenthas zero size and must be explicitly resized to the correct value. - A few other small Javadoc fixes/improvements
- Updated dependency versions