10#include <notcurses/notcurses.h>
28bool display_image_at(
const char* filename,
int x,
int y,
int height,
int width, scale_type_t scale_type);
65bool display_gif_at(
const char* filename,
int x,
int y,
int height,
int width, scale_type_t scale_type,
float fps,
bool loop);
88bool display_video_at(
const char* filename,
int x,
int y,
int width,
int height, scale_type_t scale);