set scaled image to new PImage
in
Programming Questions
•
2 years ago
Hi i have a 16x8 pixel image that i scale by a factor of 10 to 160x80 using
- image(img, 0, 0, 160, 80)
1