Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Desired image size are not respected #3

Open
stefat77 opened this issue Mar 21, 2019 · 1 comment
Open

Desired image size are not respected #3

stefat77 opened this issue Mar 21, 2019 · 1 comment

Comments

@stefat77
Copy link

Sometimes the call
out = diagonal_crop.crop(im, base, angle, height, width)
returns an output image with a slightly different size than the desired one (height, width).

e.g.
desired (height, width) = (256,256)
cropped image size = (257,256) or (257,257) or (255,255)

@jobevers
Copy link
Owner

Thanks. I'll take a look at this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants