is it possible to blit an image from an eboot?
for example
#include example.png
Image* Background;
Background = loadImage("the path?");
blitAlphaImageToScreen(0, 0 , 480, 272, Background, 0, 0);
???
blitting an image from an eboot?
Somewhere in sdk there's a tool to "compile" an image into an object that can then be linked to main executable: can't remember details because this is definitely not the way i would use images. Anyway, this is not a good idea as a rule of thumb, especially if your images are many/expensive. On a side note, this is waaaaay too basic question (and not necessarily PSP related) to be discussed here. Not to be unkind, but there are many forums dedicated to programming basics.