lakan
Joined: 30 Nov 2007 Posts: 3
|
Posted: Wed Dec 05, 2007 1:15 am Post subject: Flip image |
|
|
I need to flip a image horizontal.
Is there any functionality in the pspsdk to do so?
| Code: | Image* image;
image = loadImage(path);
image->flipHorizontal(); |
Also, is there any kind of sleep function that yields background processes? |
|