You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This could probably be done by replacing subfolder.iterdir() with subfolder.rglob(filetype). Shouldn't be too hard to do, but I don't want to create new errors. Could @olgaliak or someone else try changing this on their branch and seeing if it works?
The iteration loop here grabs all files and attempt to extract height and width without checking to see if the file is actually an image.
The text was updated successfully, but these errors were encountered: