Details
-
Suggestion
-
Resolution: Out of scope
-
P2: Important
-
4.1.2
-
None
Description
In Qt3 defining a new image format was as simple as writing a function like
void WriteTIFF(QImageIO *Image)
and activating it through a call to
QImageIO::defineIOHandler("TIF", "", "", NULL, WriteTIFF);
Now, in Qt4, this simple mechanism has apparently been replaced which require a plugin to be written. This should be reintroduced in Qt 4.