KImgIO
#include "jp2.h"
#include <config.h>
#include <QImage>
#include <QVariant>
#include <QTextStream>
#include <jasper/jasper.h>
Go to the source code of this file.
|
static bool | convert_colorspace (gs_t &gs) |
|
static jas_image_t * | create_image (const QImage &qi) |
|
static jas_stream_t * | jas_stream_create () |
|
static void | jas_stream_initbuf (jas_stream_t *stream, int bufmode, char *buf, int bufsize) |
|
static jas_stream_t * | jas_stream_qiodevice (QIODevice *iodevice) |
|
static int | qiodevice_close (jas_stream_obj_t *) |
|
static int | qiodevice_read (jas_stream_obj_t *obj, char *buf, int cnt) |
|
static long | qiodevice_seek (jas_stream_obj_t *obj, long offset, int origin) |
|
static int | qiodevice_write (jas_stream_obj_t *obj, char *buf, int cnt) |
|
static jas_image_t * | read_image (QIODevice *io) |
|
static bool | render_view (gs_t &gs, QImage *outImage) |
|
static bool | write_components (jas_image_t *ji, const QImage &qi) |
|
static bool | write_image (const QImage &image, QIODevice *io, int quality) |
|
#define DEFAULT_RATE 0.10 |
static bool convert_colorspace |
( |
gs_t & |
gs | ) |
|
|
static |
static jas_image_t* create_image |
( |
const QImage & |
qi | ) |
|
|
static |
static jas_stream_t* jas_stream_create |
( |
| ) |
|
|
static |
static void jas_stream_initbuf |
( |
jas_stream_t * |
stream, |
|
|
int |
bufmode, |
|
|
char * |
buf, |
|
|
int |
bufsize |
|
) |
| |
|
static |
static jas_stream_t* jas_stream_qiodevice |
( |
QIODevice * |
iodevice | ) |
|
|
static |
static int qiodevice_close |
( |
jas_stream_obj_t * |
| ) |
|
|
static |
static int qiodevice_read |
( |
jas_stream_obj_t * |
obj, |
|
|
char * |
buf, |
|
|
int |
cnt |
|
) |
| |
|
static |
static long qiodevice_seek |
( |
jas_stream_obj_t * |
obj, |
|
|
long |
offset, |
|
|
int |
origin |
|
) |
| |
|
static |
static int qiodevice_write |
( |
jas_stream_obj_t * |
obj, |
|
|
char * |
buf, |
|
|
int |
cnt |
|
) |
| |
|
static |
static jas_image_t* read_image |
( |
QIODevice * |
io | ) |
|
|
static |
static bool render_view |
( |
gs_t & |
gs, |
|
|
QImage * |
outImage |
|
) |
| |
|
static |
static bool write_components |
( |
jas_image_t * |
ji, |
|
|
const QImage & |
qi |
|
) |
| |
|
static |
static bool write_image |
( |
const QImage & |
image, |
|
|
QIODevice * |
io, |
|
|
int |
quality |
|
) |
| |
|
static |
jas_stream_ops_t jas_stream_qiodeviceops |
|
static |
Initial value:= {
}
static int qiodevice_close(jas_stream_obj_t *)
static int qiodevice_write(jas_stream_obj_t *obj, char *buf, int cnt)
static int qiodevice_read(jas_stream_obj_t *obj, char *buf, int cnt)
static long qiodevice_seek(jas_stream_obj_t *obj, long offset, int origin)
Definition at line 150 of file jp2.cpp.
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:47:50 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.