Replies: 1 comment
-
Sorry didn't see the tab for Issues. I've submitted this as a defeat on the Issues tab. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Running on a Windows box hit a defeat, Line 856 of the widgets.py had img.resize((self._metersize, self._metersize), Image.CUBIC) which failed because it couldn't find the CUBIC definition. Changed it to BICUBIC and the issue went away. Not sure if it's a defect, but it allowed me to run the library/module on my windows machine. Hope this helps.
Beta Was this translation helpful? Give feedback.
All reactions