Load a bitmap from a 24-bit BMP file in the root folder named picture.bmp and display it.

You can convert many image formats to 24-bit BMP files with ImageMagick like this:
convert -type truecolor [INPUT_IMAGE] picture.bmp