Skip to content

v2.0.0-rc.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 10 Feb 14:25
· 5 commits to development since this release

v2.0.0-rc.4 (2025-02-10)

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, 9949a4f)

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: v2.0.0-rc.3...v2.0.0-rc.4