mirror of
https://github.com/mickael-kerjean/filestash.git
synced 2025-10-30 17:46:41 +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);
|