|
|
This library allows KDE applications to read and write images in a variety of formats, transparently via the QImage and QPixmap load and save methods.
The image processing backends are written as image handlers compatible with the QImageIO handler format. The backends are loaded on demand when a particular format is requested.
Currently supported formats include:
Simply call the KImageIO::registerFormats() static method declared in kimgio.h, and link libkimgio into your project.
#include<qpixmap.h> #include<kimgio.h> int main( int argc, char **argv ) { .... KImageIO::registerFormats(); ... // start main program }
See also: KImageIO, QPixmap, QImage, QImageIO
Generated by: root@porky.devel.redhat.com on Wed May 10 08:56:52 2000, using kdoc 2.0a35. |