You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here's a more extreme example of over-cropping:
$ python straightener.py test4.jpg
Expected output: test4-unrotated.jpg would look very much like test4.jpg
(possibly slightly rotated)
Actuall output: yikes, almost all of the image has been deleted
Original issue reported on code.google.com by [email protected] on 10 Feb 2012 at 9:07
Fixed for the example you've provided (not sure about the general case). The
final cropping step was something I put in at the last minute and it's
extremely naive, so I would expect some issues to surface.
Original issue reported on code.google.com by
[email protected]
on 10 Feb 2012 at 9:07Attachments:
The text was updated successfully, but these errors were encountered: