mirror of
https://github.com/mickael-kerjean/filestash.git
synced 2025-10-29 17:18:43 +08:00
8 lines
174 B
C
8 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);
|