I am new here. Not well-versed in programming but learning.
I am trying to have a dynamic screen resize + a function thet would take a loaded JPEG, and based on the auto detected screen aspect ratio, centre and rescale it.
Below is part of my code so far. Nothing seems to be happening to the image. I would appreciate any help or any existing discussion that you can point me to. Thanks.
PImage b; int amount = 20; //amount of points to draw float screenratio; float alph = 0.0;