[go: up one dir, main page]

Menu

[72b583]: / pslib / src / bmp.h  Maximize  Restore  History

Download this file

15 lines (11 with data), 291 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
#include "ps_intern.h"
#ifdef __cplusplus
extern "C" {
#endif
unsigned char* read_bmp (PSDoc *psdoc, const char* file, int* w,
int* h, int* bps, int* spp,
int* xres, int* yres, unsigned char** color_table,
int* color_table_size, int* color_table_elements);
#ifdef __cplusplus
}
#endif