mirror of
https://invent.kde.org/frameworks/kimageformats.git
synced 2026-02-22 15:53:15 -05:00
TGA: add indexed write support
Indexed images are saved as uncompressed TGA with color map. Closes #30
This commit is contained in:
@ -27,6 +27,10 @@ public:
|
||||
static bool canRead(QIODevice *device);
|
||||
|
||||
private:
|
||||
bool writeIndexed(const QImage &image);
|
||||
|
||||
bool writeRGBA(const QImage &image);
|
||||
|
||||
const QScopedPointer<TGAHandlerPrivate> d;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user