Quick help with images plz
in
Programming Questions
•
1 year ago
How do you make a round image in processing?
If you do the simple
PImage a;
a = loadImage("ice.jpg");
image(a, 0, 650);
it always display as a square image with corners. and if you erase parts of the picture with photo-shop to make it round, processing can not display it.
Is there any way to solve this problem?
thanks
1