////////////////
//
// netpbm.h -- QImage IO handler declaration for several graphics formats using
//           using the NetPBM tools.
//

//////
// PCX IO handlers for QImage.
//

void read_pcx (QImageIO *image);

//////
// IFF IO handlers for QImage.
//

void read_ilbm (QImageIO *image);

//////
// TGA IO handlers for QImage.
//

void read_tga (QImageIO *image);



Documentation generated by tasin@cd1 on Die Nov 30 17:32:17 CET 1999