Adding files to sketch programmatically
in
Programming Questions
•
1 years ago
I'm attempting to break apart videos into their frames and save them as jpgs. I'd like to then work with each individual jpg. Hypothetically I will end up with hundreds of thousands of jpgs. Is there a way to programmatically add these files to the sketch folder. I really don't want to do this manually. It seems like I should be able to loop through a folder of files.
1