Closed jhanarato closed 1 year ago
Not sure why, I forget.
>>> BBox(top=50, left=40, bottom=150, right=180).width 141 >>> BBox(top=50, left=40, bottom=150, right=180).height 101
That's what PIL's bounding boxes do, we'll leave it as is.
Not sure why, I forget.