sf2d_texture * sfil_load_JPEG_buffer(const void *buffer, unsigned long buffer_size, sf2d_place place)
Loads a JPG/JPEG image from a memory buffer.
sf2d_texture * sfil_load_PNG_buffer(const void *buffer, sf2d_place place)
Loads a PNG image from a memory buffer.
sf2d_texture * sfil_load_JPEG_file(const char *filename, sf2d_place place)
Loads a JPG/JPEG image from the SD card.
sf2d_texture * sfil_load_PNG_file(const char *filename, sf2d_place place)
Loads a PNG image from the SD card.
sf2d_texture * sfil_load_BMP_file(const char *filename, sf2d_place place)
Loads a BMP image from the SD card.
sf2d_texture * sfil_load_BMP_buffer(const void *buffer, sf2d_place place)
Loads a BMP image from a memory buffer.