assemble a splash preview if none was found (#277)

This commit is contained in:
Jan
2024-04-24 20:32:54 +02:00
committed by GitHub
parent 6b89496566
commit d037691418
5 changed files with 221 additions and 81 deletions

9
include/conversion.h Normal file
View File

@@ -0,0 +1,9 @@
#ifndef CONVERISON_H
#define CONVERISON_H
#include "common.h"
size_t bin_to_abgr(char ** bufp, size_t size);
size_t png_to_abgr(char ** bufp, size_t size);
#endif