Desmos allows you to draw images.
But it accepts arbitrary points as json. You can upload "images"!
- Get an image, reduce the size to say 100 x 100 pixels. Full color rgb (even alpha) is fine. Call it
input.jpg
- Copy-as-curl after editing a desmos graph from your browser.
- Run the python script to get a desmos-compatible json blob:
python3 desmos.py > out.json
- Run the curl with the output json file, but instead of curling with
--data ...
use--data @out.json
on your terminal - Refresh your browser!