Skip to content

v1.23.2

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 07 Feb 23:39
· 11 commits to development since this release

v1.23.2 (2025-02-07)

This release is published under the MIT License.

Bug Fixes

  • Add function to handle out of bounds coordinates for a RegionBox in an image (#221, 155f59a)

This works the same way as _adjust_negative_coordinates, but requires the image as an addition input and modifies the RegionBox object directly.

A message is logged in the debugger if a dimension is adjusted.

I also updated the crop_image function to call this before applying the crop.


Detailed Changes: v1.23.1...v1.23.2