How to adjust this script to use Glob instead of 1 file
Clash Royale CLAN TAG #URR8PPP How to adjust this script to use Glob instead of 1 file I have created this script based on reading other posts on StackOverflow. The script creates a thumbnail from the original image and adds it to a folder. The source images are located on my local server so Glob would work however I am not sure how to adjust this script so that it will run this function on all files in a folder (Glob). I realize it may be memory intensive but I only need to do it a few times on several folders and I'll be done with it. Just in case you are questioning the reason I have included $height2, it is a little hack I came up with where we create the thumbnail while maintaining the aspect ratio then only save the top 250px so that the thumb is 250 x 250 but not distorted (stretched). It works great. I just need to adjust to do a batch of all images in the source folder. Any help would be great. Please keep in mind that I am a front end developer (html and css) and not gre...