mirror of
https://github.com/mickael-kerjean/filestash.git
synced 2025-11-01 19:32:27 +08:00
7 lines
232 B
C
7 lines
232 B
C
#include <stdlib.h>
|
|
#include <vips/vips.h>
|
|
|
|
int resizer_init(const int ncpu, const int cache_max, const int cache_mem);
|
|
|
|
int resizer_process(const char *filename, void **buf, size_t *len, int size, int crop, int quality, int exif);
|