#include "config.h"
#include <gvc/gvplugin_device.h>
#include <IL/il.h>
#include <IL/ilu.h>
#include <stdint.h>
#include <string.h>
#include <util/gv_math.h>
Go to the source code of this file.
◆ devil_format()
static void devil_format |
( |
GVJ_t * |
job | ) |
|
|
static |
◆ Y_inv()
static void Y_inv |
( |
unsigned |
width, |
|
|
unsigned |
height, |
|
|
unsigned char * |
data |
|
) |
| |
|
static |
flip the row ordering of image data
- Parameters
-
width | Width of the image in pixels |
height | Height of the image in pixels |
data | [inout] Image content in 4-byte-per-pixel, row-major format |
Definition at line 25 of file gvdevice_devil.c.
Referenced by devil_format().
◆ device_features_devil
Initial value:= {
{0.,0.},
{0.,0.},
{96.,96.},
}
#define GVDEVICE_NO_WRITER
#define GVDEVICE_DOES_TRUECOLOR
#define GVDEVICE_BINARY_FORMAT
Definition at line 97 of file gvdevice_devil.c.
◆ devil_engine
Initial value:= {
}
static void devil_format(GVJ_t *job)
Definition at line 91 of file gvdevice_devil.c.
◆ gvdevice_devil_types
Initial value:= {
}
static gvdevice_engine_t devil_engine
static gvdevice_features_t device_features_devil
Definition at line 106 of file gvdevice_devil.c.