How to open the last saved images?
in
Programming Questions
•
2 years ago
Hi,
I wrote a piece of code that makes drawings and saves the finished ones as jpg. Next I need the part of code that opens last saved images (10-100) in the second window as a slideshow. I have sorted out most of the things, but how to open always the last images. I've been thinking that one possibility is to save images twice - always with the original name and second time with a rotating names that are opened by the second piece of code. Will it work?
silver.smith
I wrote a piece of code that makes drawings and saves the finished ones as jpg. Next I need the part of code that opens last saved images (10-100) in the second window as a slideshow. I have sorted out most of the things, but how to open always the last images. I've been thinking that one possibility is to save images twice - always with the original name and second time with a rotating names that are opened by the second piece of code. Will it work?
silver.smith
1