dgrtwo / gleam

Creating interactive visualizations with Python
MIT License
255 stars 44 forks source link

Python 3 Compatibility with In Memory Image Optimization #4

Open gggordon opened 7 years ago

gggordon commented 7 years ago

Updates made to improve compatibility with Python 3

Server no longer saves and serves images from disk.

io.IOBytes used to create and manage in memory images. PNG images now served using base64encode