Skip to content

Instantly share code, notes, and snippets.

View asyapluggedin's full-sized avatar
🐢
moving along slowly

Anastasia Davydova Lewis asyapluggedin

🐢
moving along slowly
View GitHub Profile
@asyapluggedin
asyapluggedin / rotoshop.pde
Last active June 2, 2022 18:38
Rotoscoping program code (Processing)
String videoPrefix = "0"; // Edit to the prefix your extracted images share, like "IMG_420"
int totalFrames = 36; // Edit this to how many frames you're working with
PImage videoFrame;
String drawingPrefix = "rtshp-";
PImage drawing;
// Color selector
PImage selector;