Search found 3 matches

by lakan
Wed Dec 05, 2007 1:15 am
Forum: PSP Development
Topic: Flip image
Replies: 0
Views: 844

Flip image

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?
by lakan
Sat Dec 01, 2007 1:49 am
Forum: PSP Development
Topic: Draw transparent image to screen
Replies: 4
Views: 3757

Team-3GO wrote:just make a png with transparent background and cut the green away. ;)
And "transparent background" is?
by lakan
Fri Nov 30, 2007 11:05 pm
Forum: PSP Development
Topic: Draw transparent image to screen
Replies: 4
Views: 3757

Draw transparent image to screen

This is my first post on this forum, so hello everyone :) I'm writing a game for the PSP, and I need to draw a image with a transparent color. I want to draw brian, but the green color should just be skipped http://img266.imageshack.us/img266/1777/briantq2.png I followed a tutorial that showed me a ...