pydart2
pydart2 copied to clipboard
window capture fixes
Made a few changes to capture():
- Pillow Image no longer supports fromstring(), I changed it to frombytes().
- Pillow was also throwing an error if the directory for captures was nonexistent, now its existence is verified before and it is created if it was not.