class TGAHandler : public QImageIOHandler{public: TGAHandler(); bool canRead() const; bool read(QImage *image); bool write(const QImage &image); QByteArray name() const; static bool canRead(QIODevice *device);};