Can I add images to built in gallery?
-
Question on pythonistas built in gallery, can I make my own sprites and add them to that gallery? If yes how, please.
-
When creating a new file, you can select "Import Photo ..." to copy an image from your Photos library into Pythonista. Once you've done that, you can refer to it by its filename, as long as it's in the same folder as your script.
-
Photos you import will show up under "Files" in the editor's image picker.