adapt patch from Mitz Pettel <mitz@webkit.org>
[kdelibs.git] / kimgio / g3r.h
blob7a116c70aeb2093c93e52a9a09d08eecda704044
1 /**
2 * QImageIO Routines to read/write g3 (fax) images.
3 * (c) 2000, Matthias Hölzer-Klüpfel
5 * This library is distributed under the conditions of the GNU LGPL.
6 */
8 #ifndef KIMG_G3R_H
9 #define KIMG_G3R_H
11 class QImageIO;
13 extern "C" {
14 void kimgio_g3_read( QImageIO *io );
15 void kimgio_g3_write( QImageIO *io );
18 #endif