mirror of
https://github.com/mickael-kerjean/filestash.git
synced 2025-11-01 19:32:27 +08:00
5 lines
102 B
C
5 lines
102 B
C
#include <stdlib.h>
|
|
#include <libraw/libraw.h>
|
|
|
|
int raw_process(const char* filename, int min_width);
|