#include "mfcpch.h"
#include <unistd.h>
#include <stdio.h>
#include "img.h"
#include "memry.h"
#include "host.h"
Classes | |
struct | BMPHEADER0 |
struct | BMPHEADER |
struct | BMPHEADER2 |
struct | WIN32_RGBQUAD |
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 res) |