I tried to do subclass for PImage but it didn't really work out because of the way PImage's are constructed:
PImage img = loadImage("imageFile");
I want to have a subclass of PImage that inherits the qualities of PImage, but I don't know how to go about writing the constructor since it is irregular.
Is pausing/resuming not possible with Ess? It's in the documentation but it doesn't seem to work. Even in Kristers' own examples, (at least for me) the file pauses and then freezes and won't resume again. Does anyone actually have this functionality working?