PImage.resize() does not resize to specified width

possibly should be

img = img.get(50, 0, img.width-50, img.height);

( not tested )

2 Likes