Good day to you all,
here I have a script that show all images in a directory.
My questions :
1. How can I make my scan dir for each folder listed in the specified folder, only 1 level.
2. My naming convension is adding a "_1" at the end of the portrait images, "_0" to the landscape and "_2" to the end of a panoramic image.
How can I seperate the result ?
So basicly :
ACDC
Portrait images
Landscape images
Panoramic images
Aerosmith
Portrait images
Landscape images
Panoramic images
Here is my code right now :
Thanks !