////////////////
//
// 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 root@darkstar.lst.de on Wed Sep 8 17:38:46 CEST 1999