mirror of
https://github.com/mickael-kerjean/filestash
synced 2025-12-15 21:04:46 +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);
|