mirror of
https://github.com/mickael-kerjean/filestash
synced 2025-12-06 16:32:31 +01:00
7 lines
174 B
C
7 lines
174 B
C
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
#include <libraw/libraw.h>
|
|
#include "utils.h"
|
|
#include "image_jpeg.h"
|
|
|
|
int raw_to_jpeg(int inputDesc, int outputDesc, int targetSize);
|