mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-22 08:18:08 +02:00
Code to read compressed and PNG encoded image data
This commit is contained in:
@@ -24,6 +24,8 @@ typedef struct {
|
||||
size_t mapped_file_sz;
|
||||
|
||||
size_t data_sz;
|
||||
uint8_t *data;
|
||||
bool is_4byte_aligned;
|
||||
} LoadData;
|
||||
|
||||
typedef struct {
|
||||
|
||||
Reference in New Issue
Block a user