I need to display a part of the image, eg I have 300x300px image and I need to display the lower 100x300px. Adding some mask elements over the image won't help, because they will cover other stuff too. So, is it possible to display just a part of the image with image() (or some other) function?
I have a quick question about GSVideo library: I have a sketch which is also using minim audio lib. Is it possible to capture the sketch "output" on the screen with the sound too? I checked the GSVideo examples, but I couldnt find anything like this.