NPC Code:
new GuiBitmapCtrl(name) {
x = 0;
y = 0;
width = 200;
height = 100;
bitmap = "imageName.png/gif/mng/etc";
wrap = true;
}
Bitmap controls display an image the entire width/height of the control. If wrap is true, it tiles the image, if not, the image is stretched.