I've been looking into the details of the the image converter service courtesy of the pyportal examples
https://github.com/adafruit/Adafruit_Ci ... al.py#L100
I can't find any documentation for that API beyond what is given in that example, and random parameters don't seem to do anything.
One thing I've been running in to is converting images that have transparent backgrounds, it seems like the converter service defaults to making them white. It would be nice to specify a background color in those cases, black for my specific case, but hex would be extremely helpful.
*Edit: Also it seems like https://io.adafruit.com/{username}/monitor doesn't apply to this API's throttling / usage. I've been rate limited a few times here and there, so knowing what those limits are as well would be useful.