This simple fix resolves an issue with the image pyramid when the image width is not a multiple of 16 (because with the default parameters, the pyramid has 5 levels and therefore the image width is halved 4 times).
I had this issue last year and fixed it but never actually created the pull request.
Thanks!
This simple fix resolves an issue with the image pyramid when the image width is not a multiple of 16 (because with the default parameters, the pyramid has 5 levels and therefore the image width is halved 4 times). I had this issue last year and fixed it but never actually created the pull request. Thanks!