joukos / PaperTTY

PaperTTY - Python module to render a TTY or VNC on e-ink
946 stars 101 forks source link

Fixes incorrect image size used when rotated. #58

Closed colin-nolan closed 4 years ago

colin-nolan commented 4 years ago

The image resize will (in most cases) change the size of the image.

This PR address a bug where the image sized was stored previous to the resize.

joukos commented 4 years ago

Oops! Thanks, merging it.