Ill try to get images from a album on my ipad to use for a background and a button image.
Get a picture with:
import photos
all_assets = photos.get_assets()
last_asset = all_assets[-1]
img = last_asset.get_image()
img.show()
But how do i get the img out a specific albums?
With photos.get_albums() i get
In the "App_Python kopie" album are mij images. I hope something AssetCollection.asset would do the trick, but im just started with python and don,t now how to do it.
So i hope somebody can help me and explain how the logic is behind the code.
Greetings
R