4 typedef struct _txSample
9 unsigned long ImageSize
;
13 extern int bpRead( char * fname
, txSample
* bf
);
14 extern int conv24to32( txSample
* bf
);
15 extern void Convert32to1( txSample
* in
,txSample
* out
,int adaptivlimit
);
16 extern void Convert1to32( txSample
* in
,txSample
* out
);
18 #endif /* __BITMAP_H */