61 int rowlen, nchan = 0, i, ncol;
63 rowlen = the_hdr
->xmax + 1;
74 if ( (pixbuf = (
rle_pixel *)malloc( nchan * rowlen *
125 free( (
char *)scanp[i] );
128 free( (
char *)scanp );
void rle_row_free(rle_hdr *the_hdr, rle_pixel **scanp)
int rle_row_alloc(rle_hdr *the_hdr, rle_pixel ***scanp)
#define RLE_BIT(glob, bit)