-
Notifications
You must be signed in to change notification settings - Fork 606
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: ImageOutput::check_open error conditions (#3769)
For non-0-origin images, we were checking the resolution range incorrectly (`>=` vs `>`). Also were printing the error message with the wrong notation, should have shown a half-open range as `[beg,end)` and not `(beg,end]`.
- Loading branch information
Showing
1 changed file
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters