#include <stdint.h>
Go to the source code of this file.
|
rgba * | raw2rgba (const uint8_t *raw, int width, int height, int depth) |
|
rgba * | rawci2rgba (const uint8_t *rawci, const uint8_t *palette, int width, int height, int depth) |
|
int | rgba2rawci (uint8_t *raw, uint8_t *out_palette, int *pal_len, const rgba *img, int width, int height, int depth) |
|
rgba * | png2rgba (const char *png_filename, int *width, int *height) |
|
int | rgba2png (const char *png_filename, const rgba *img, int width, int height) |
|
const char * | n64graphics_get_read_version (void) |
|
const char * | n64graphics_get_write_version (void) |
|
◆ ia
◆ rgba
◆ n64graphics_get_read_version()
◆ n64graphics_get_write_version()
◆ png2rgba()
◆ raw2rgba()
◆ rawci2rgba()
◆ rgba2png()
◆ rgba2rawci()
int rgba2rawci |
( |
uint8_t * |
raw, |
|
|
uint8_t * |
out_palette, |
|
|
int * |
pal_len, |
|
|
const rgba * |
img, |
|
|
int |
width, |
|
|
int |
height, |
|
|
int |
depth |
|
) |
| |