Search found 7 matches

by lifecat9
Tue Sep 16, 2008 10:10 pm
Forum: PSP Development
Topic: How to cover the PNG image with another PNG image?
Replies: 5
Views: 2179

Raphael wrote:Short answer: you simply can't on PSP
?????
Yes!I cross out some codes;

this is SDL problem,of course you can use SDL in PSP.
by lifecat9
Tue Sep 16, 2008 2:43 am
Forum: PSP Development
Topic: How to cover the PNG image with another PNG image?
Replies: 5
Views: 2179

You are blitting your image in the pn2 surface! #include <sdl.h> #include <sdl_image.h> void main&#40;&#41;&#123; Surf_Display = SDL_SetVideoMode&#40;400,400, 32, SDL_HWSURFACE | SDL_DOUBLEBUF&#41;&#41;; SDL_Surface* png1 = IMG_Load&#40;"png1.png"&#41;; SDL...
by lifecat9
Mon Sep 15, 2008 7:16 pm
Forum: PSP Development
Topic: How to cover the PNG image with another PNG image?
Replies: 5
Views: 2179

How to cover the PNG image with another PNG image?

http://www.7575775.com/image/psp/surface.jpg My Code : #include <sdl.h> #include <sdl_image.h> void main&#40;&#41;&#123; Surf_Display = SDL_SetVideoMode&#40;400,400, 32, SDL_HWSURFACE | SDL_DOUBLEBUF&#41;&#41;; SDL_Surface* png1 = IMG_Load&#40;"png1.png"&#4...
by lifecat9
Thu Sep 11, 2008 6:00 pm
Forum: PSP Development
Topic: How to set SDL_Surface's saturation,lighteness,balance..?
Replies: 2
Views: 1055

by lifecat9
Wed Sep 10, 2008 12:58 pm
Forum: PSP Development
Topic: How to set SDL_Surface's saturation,lighteness,balance..?
Replies: 2
Views: 1055

How to set SDL_Surface's saturation,lighteness,balance..?

How to set the SDL_Surface color's saturation,lighteness,balance and contrast value like Photoshop in PSP??? 1.use SDL_Image read a Image to a SDL_Surface. 2.modify SDL_Surface's color saturation(or lighteness,balance,contrast) just like Photoshop.. I want to write a PSP Photoshop software. Is anyon...
by lifecat9
Fri Sep 05, 2008 11:50 am
Forum: PSP Development
Topic: Compiler FreeType Error!_LT_DECL(build_libtool_libs, enable_
Replies: 0
Views: 962

Compiler FreeType Error!_LT_DECL(build_libtool_libs, enable_

Compiler FreeType Error!_LT_DECL(build_libtool_libs, enable_ -------------------------------------------------------------------------------- I have install PSPDev in Red Hat Linux5.0 I have install automake 1.9.4,libtool 1.5.6,autoconf 2.59 follow command: #cd /user/local #svn co svn://svn.ps2dev.o...
by lifecat9
Fri Sep 05, 2008 2:06 am
Forum: PSP Development
Topic: Compiler FreeType Error!_LT_DECL(build_libtool_libs, enable_
Replies: 0
Views: 1199

Compiler FreeType Error!_LT_DECL(build_libtool_libs, enable_

I have install PSPDev in Red Hat Linux5.0 I have install automake 1.9.4,libtool 1.5.6,autoconf 2.59 follow command: #cd /user/local #svn co svn://svn.ps2dev.org/psp/trunk/freetype *svn no error #cd freetype #sh autogen.sh *running `aclocal -I .' *running `libtoolize --copy' *libtoolize: `config.sub'...