// // g4codec.h // #ifndef _G4DECOC_H #define _G4DECOC_H #define White 0 #define Black 1 #define Black_byte 255 // byte of all black bits: 11111111b //int grp4decomp(unsigned char *indata, // int inbytes, // int width, // int height, // unsigned char *outdata, // int *outbytes); int grp4comp(unsigned char *indata, int inbytes, int width, int height, unsigned char *outdata, int *outbytes); #endif //#ifndef _G4DECOC_H