Hi, Stivin.
I have a question regarding the plugin.
Is it possible to call listImages with a specific photo name, to cut down on the time and memory required for all of the metadata? I’m thinking of people that have thousands of images. Yes, I can nil out the table after finding the specific image by matching the name in the data and creating a new table with just that image’s data - and then pass that through copyImage and createThumbnail but the original scan and subsequent loop to find the specific image in the metadata table could be significant.
I’m trying to find a way to use the stock media api’s to select or take a pic, create the thumbnail, save it and move on.