#include "config.h"
#include <assert.h>
#include <stdbool.h>
#include <stdio.h>
#include <stdlib.h>
#include <common/types.h>
#include <gvc/gvio.h>
#include <gvc/gvplugin_device.h>
#include <util/alloc.h>
#include <util/base64.h>
#include <util/gv_math.h>
Go to the source code of this file.
◆ kitty_format()
static void kitty_format |
( |
GVJ_t * |
job | ) |
|
|
static |
◆ kitty_write()
static void kitty_write |
( |
unsigned char * |
data, |
|
|
size_t |
data_size, |
|
|
unsigned |
width, |
|
|
unsigned |
height, |
|
|
bool |
is_compressed |
|
) |
| |
|
static |
◆ device_engine_kitty
◆ device_features_kitty
Initial value:= {
{0., 0.},
{0., 0.},
{96., 96.},
}
#define GVDEVICE_DOES_TRUECOLOR
Definition at line 63 of file gvdevice_kitty.c.
◆ gvdevice_types_kitty
Initial value:= {
static gvdevice_engine_t device_engine_kitty
static gvdevice_features_t device_features_kitty
Definition at line 109 of file gvdevice_kitty.c.