Image.resize() in Android mode
in
Android Processing
•
8 months ago
Hi,
I'm having problems trying to resize images in Android mode.
I can
display the resized image : image(img, 0, 0, width, height);
but if I try : img.resize(width,height);
the sketch crashes.
I believe it's a bug in processing, but is there a work around ?
1