I have been using Magick++ for image-related programs but I haven't been able to find a way to bulk load images from a folder and process them.
If there is not a way to do this within the library is there a way to do this with <filesystem>? (By getting the filenames within a directory?)
I believe I have found a solution but be careful, I am a beginner, the below code may not be up to standards. If there is a better and more modular way of doing this, please share.