get() at an angle question
in
Core Library Questions
•
1 year ago
Hello,
I am capturing photo's from PImage using get() like:
img.get(width/2,height/2,50,30);
but the segment of the image is at an angle I have tried rotating the get() but this doesn't change the co-ordinates and I still get an image at the same angle. Is there any way to rotate the get() ? this is probably a stupid question but i would like to find out if this is possible. I am taking the resulting images for textures and uv mapping so I will have to use rotation at that point i think if i can't get a rectangular segment at an angle.
if any one can shed some light that would be great.
magic monz vj www.vimeo.com/magicmonz
1