assemble a splash preview if none was found (#277)
This commit is contained in:
9
include/conversion.h
Normal file
9
include/conversion.h
Normal 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
|
||||
Reference in New Issue
Block a user