Pillow API has changed `tostring` to `tobytes`. Calling the former results in ``` Exception: tostring() has been removed. Please call tobytes() instead. ``` This was reported in Pull Request #38.