|
|
/* * imagemagick.h -- Prototypes for QImageIO read/write handlers for * the ImageMagick graphics library. * * Copyright (c) May 1999, Alex Zepeda. * Distributed under the LGPL. * * $Id: imagemagick.h,v 1.1 1999/05/31 03:11:48 garbanzo Exp $ */ #ifndef _QIM_H #define _QIM_H class QImageIO; void kimgio_imagemagick_read( QImageIO *io ); void kimgio_imagemagick_write(QImageIO *io ); #endif
Generated by: root@porky.devel.redhat.com on Wed May 10 08:56:49 2000, using kdoc 2.0a35. |