alexnathanson / solar-protocol

A repository in development for a solar powered network of servers that host a distributed web platform. Project by Tega Brain, Alex Nathanson and Benedetta Piantella. Supported by Eyebeam, Mozilla, and CS&S
http://solarprotocol.net
220 stars 19 forks source link

Investigate alternatives to Pillow #33

Open jedahan opened 1 year ago

jedahan commented 1 year ago

Pillow is a kind of large library, and we only use 5 functions from it in viz.py.

Image.open, Image.save, Image.resize, Image.paste, Image.convert("L") (grayscale)

So anything that can open an image, layer an image over another, and convert to grayscale should do.