I can't really help because I don't know how GLScene loads it's images. You should try loading "some" image with Vampyre ImageLib, so that you have all it's pixels in memory. Now you need to look for a way to import raw pixel data into GLScene. Once you found this, you can make a routine to convert an ImageLib image to a GLScene texture.