KImgIO
tga.cpp File Reference
#include "tga.h"
#include <assert.h>
#include <qimage.h>
#include <qdatastream.h>
#include <kdebug.h>
Include dependency graph for tga.cpp:
Go to the source code of this file.
Defines | |
#define | TGA_INTERLEAVE_2WAY 0x40 |
#define | TGA_INTERLEAVE_4WAY 0x80 |
#define | TGA_INTERLEAVE_MASK 0xc0 |
#define | TGA_INTERLEAVE_NONE 0x00 |
#define | TGA_ORIGIN_LEFT 0x00 |
#define | TGA_ORIGIN_LOWER 0x00 |
#define | TGA_ORIGIN_MASK 0x30 |
#define | TGA_ORIGIN_RIGHT 0x10 |
#define | TGA_ORIGIN_UPPER 0x20 |
Typedefs | |
typedef Q_UINT8 | uchar |
typedef Q_UINT32 | uint |
typedef Q_UINT16 | ushort |
Enumerations | |
enum | TGAType |
Functions | |
KDE_EXPORT void | kimgio_tga_read (QImageIO *io) |
KDE_EXPORT void | kimgio_tga_write (QImageIO *io) |
Define Documentation
Typedef Documentation
Enumeration Type Documentation
Function Documentation