KImgIO
jp2.h
Go to the documentation of this file.00001 // This library is distributed under the conditions of the GNU LGPL. 00002 #ifndef KIMG_JP2_H 00003 #define KIMG_JP2_H 00004 00005 class QImageIO; 00006 00007 extern "C" { 00008 void kimgio_jp2_read( QImageIO* io ); 00009 void kimgio_jp2_write( QImageIO* io ); 00010 } // extern "C" 00011 00012 #endif 00013