KImgIO
eps.h
Go to the documentation of this file.00001 // This library is distributed under the conditions of the GNU LGPL. 00002 #ifndef _EPS_H 00003 #define _EPS_H 00004 00005 extern "C" { 00006 void kimgio_eps_read (QImageIO *image); 00007 void kimgio_eps_write (QImageIO *image); 00008 } 00009 00010 #endif 00011