mirror of
https://github.com/mickael-kerjean/filestash.git
synced 2025-10-31 01:58:11 +08:00
7 lines
182 B
C
7 lines
182 B
C
#include <stdlib.h>
|
|
#include <vips/vips.h>
|
|
|
|
int resizer_init(const int ncpu);
|
|
|
|
int resizer_process(const char *input, const char *output, int size, int crop, int quality, int exif);
|