please format code with </> button * homework policy * asking questions
Hi Processing community!
I would like to upload a photograph from my computer to interact with the code that is provided for P_4_3_1_02. How would I go about doing so? I tried simply replacing the following code, but it does not work. Do I need to download the processing program in order do this action?
var img;
function preload() {
img = loadImage(‘tumblr_o9wzlmSkbU1v49mloo1_1280.jpg’);
}
Thank you! I look forward to learning from you all!