#include "host.h"
Go to the source code of this file.
Functions | |
inT8 | open_bmp_image (int fd, inT32 *xsize, inT32 *ysize, inT8 *bpp, inT8 *photo, inT32 *res) |
inT8 | read_bmp_image (int fd, uinT8 *pixels, inT32 xsize, inT32 ysize, inT8 bpp, inT32) |
inT8 | write_bmp_image (int fd, uinT8 *pixels, inT32 xsize, inT32 ysize, inT8 bpp, inT8, inT32) |