mirror of
https://github.com/mickael-kerjean/filestash
synced 2025-12-26 02:02:24 +01:00
6 lines
152 B
C
6 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);
|