mirror of
https://github.com/mickael-kerjean/filestash
synced 2025-12-18 22:39:19 +01:00
4 lines
102 B
C
4 lines
102 B
C
#include <stdlib.h>
|
|
#include <libraw/libraw.h>
|
|
|
|
int raw_process(const char* filename, int min_width);
|