//////////////// // // 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);