KImgIO
tiffr.h
Go to the documentation of this file.00001 00010 #ifndef KIMG_TIFFR_H 00011 #define KIMG_TIFFR_H 00012 00013 class QImageIO; 00014 00015 extern "C" { 00016 void kimgio_tiff_read( QImageIO *io ); 00017 void kimgio_tiff_write( QImageIO *io ); 00018 } 00019 00020 #endif