|
|
//////////////// // // netpbm.h -- QImage IO handler declaration for several graphics formats using // using the NetPBM tools. // // This library is distributed under the conditions of the GNU LGPL. // ////// // 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);
Generated by: root@porky.devel.redhat.com on Wed May 10 08:56:49 2000, using kdoc 2.0a35. |