KImgIO
exr.h
Go to the documentation of this file.00001 00011 #ifndef KIMG_EXR_H 00012 #define KIMG_EXR_H 00013 00014 class QImageIO; 00015 00016 extern "C" { 00017 void kimgio_exr_read (QImageIO *io); 00018 void kimgio_exr_write (QImageIO *io); 00019 } 00020 00021 #endif