Could you possibly direct me to a more comprehensive example how to use this function?
How to find the name of a photo in the album?
How to draw or print it on the screen?
Thank you
Andreas
ALBUM IMPORT [F$]
- Mr. Kibernetik
- Site Admin
- Posts: 4786
- Joined: Mon Nov 19, 2012 10:16 pm
- My devices: iPhone, iPad, MacBook
- Location: Russia
- Flag:
Re: ALBUM IMPORT [F$]
You don't need to know any photo name in the Album.
Example:
ALBUM IMPORT "test.jpg"
GRAPHICS
DRAW IMAGE "test.jpg" AT 0,0
Now you have file "test.jpg" imported from Album and drawn on the screen.
Example:
ALBUM IMPORT "test.jpg"
GRAPHICS
DRAW IMAGE "test.jpg" AT 0,0
Now you have file "test.jpg" imported from Album and drawn on the screen.