Flip image

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
lakan
Posts: 3
Joined: Fri Nov 30, 2007 10:56 pm

Flip image

Post by lakan »

I need to flip a image horizontal.

Is there any functionality in the pspsdk to do so?

Code: Select all

Image* image;
image = loadImage(path);

image->flipHorizontal();
Also, is there any kind of sleep function that yields background processes?
Post Reply