KImgIO
xview.cpp File Reference
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <qimage.h>
#include <kdelibs_export.h>
#include "xview.h"
Include dependency graph for xview.cpp:
Go to the source code of this file.
Defines | |
#define | BUFSIZE 1024 |
Functions | |
KDE_EXPORT void | kimgio_xv_read (QImageIO *_imageio) |
KDE_EXPORT void | kimgio_xv_write (QImageIO *imageio) |
Variables | |
static const int | b_255_3 [] = {0,85,170,255} |
static const int | rg_255_7 [] = {0,36,72,109,145,182,218,255} |
Define Documentation
Function Documentation
Variable Documentation
const int rg_255_7[] = {0,36,72,109,145,182,218,255} [static] |