How to disable orientation awareness?
Thu, 06/14/2012 - 08:20
Hi all,
I'm using GPUImage to process still images read from photo library, by obtaining a UIImage and convert it to GPUImagePicture. Then convert it back to UIImage after processing is done. However I found the returned UIImage is rotated accordingly to the orientation of my device. How can I disable that?
Thank you!
RW