mirror of
https://github.com/mickael-kerjean/filestash.git
synced 2024-04-21 12:32:08 +00:00
7 lines
152 B
C
7 lines
152 B
C
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
|
|
int png_to_png(int input, int output, int targetSize);
|
|
|
|
int png_to_webp(int input, int output, int targetSize);
|