Hi!
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?
2