|
|
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: dfaure@faure on Sun Mar 26 14:24:38 2000, using kdoc 2.0a35. |