# I am the Watcher. I am your guide through this vast new twtiverse.
# 
# Usage:
#     https://watcher.sour.is/api/plain/users              View list of users and latest twt date.
#     https://watcher.sour.is/api/plain/twt                View all twts.
#     https://watcher.sour.is/api/plain/mentions?uri=:uri  View all mentions for uri.
#     https://watcher.sour.is/api/plain/conv/:hash         View all twts for a conversation subject.
# 
# Options:
#     uri     Filter to show a specific users twts.
#     offset  Start index for quey.
#     limit   Count of items to return (going back in time).
# 
# twt range = 1 1
# self = https://watcher.sour.is/conv/114950781528714286
#Pillow #PIL #Python
On Image.fromarray():

15) img1 = PIL.Image.fromarray(my_array, mode="RGB")

So I went to see the documentation:

https://hugovk-pillow.readthedocs.io/en/latest/reference/Image.html#PIL.Image.fromarray

And came out empty handed, that is, couldn't understand what to do instead :(

And the plot thickens (this affects many projects, there are some workarounds, but some argument about "reverting" this change allowing some "mode" on import):

https://github.com/python-pillow/Pillow/pull/9063

(@py5coding@py5coding I guess you'll want to check this out at some point. py5_tools.animated_gif uses mode="RGB")=