While working on an application that produces (extremely) high-resolution images, I've been trying to push to image dimensions as high as possible. While PImage itself can handle this, it appears that ...
PImage img; void setup() { img = loadImage("F4-50.jpg"); size(img.width, img.height); // java.lang.NullPointerException //size(600, 797); // OK } The exception is ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results