Draws a .bmp (bitmap) image onto a 16-bit background.
screen is the screen that you want to draw the image on. (The 16-bit background must be initialized for this screen.)
x, y are the coordinates on the screen you want it to be drawn to.
image is the string which the image data is contained in.
Returns the width of a .bmp image.
image is the string which the image data is contained in.
Returns the height of a .bmp image.
image is the string which the image data is contained in.
Draws a .jpg image onto a 16-bit background.
screen is the screen that you want to draw the image on. (The 16-bit background must be initialized for this screen.)
image is the string which the image data is contained in.
Draws a .gif image onto a 16-bit background. It can be animated or not.
screen is the screen that you want to draw the image on. (The 16-bit background must be initialized for this screen.)
image is the string which the image data is contained in.
Returns the width of a .gif image.
image is the string which the image data is contained in.
Returns the height of a .gif image.
image is the string which the image data is contained in.