mirror of
https://github.com/mickael-kerjean/filestash
synced 2025-12-16 21:33:28 +01:00
6 lines
232 B
C
6 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);
|