put this in your description.ext
class RscPicture
{
type=0;
idc=-1;
style=48;
colorBackground[]={0,0,0,0};
colorText[]={1,1,1,1};
font="tahomaB24";
size=0;
};
class RscTitles
{
class yourpic
{
idd=-2;
movingEnable=1;
duration=8;
name="yourpic";
controls[]={"pic1"};
class pic1: RscPicture
{
text="yourpicturename.paa";
x=0.00000;
y=0.00000;
w=1.0;
h=1.0;
};
};
titles[]={"yourpic"};
};
change this bit and the yourpicturename to what you want
x=0.00000;
y=0.00000;
w=1.0;
h=1.0;
x & y are the position on the screen, and w & h are how big your pic is on the screen, 1 is full screen.
thats about it