[23:17:10] <ChazNunz> I have an image (1080x684) that I am trying to rotate 90 degrees with PIL. When i rotate it (im.rotate(-90, expand=True), the resulting image is 685x1081. Why is there an 'extra' pixel added to both length and width?
[23:36:52] <ChazNunz> Is this related to this bug (https://github.com/python-pillow/Pillow/issues/1369) or am I missing something?