mirror of
https://github.com/mickael-kerjean/filestash
synced 2025-12-06 08:22:24 +01:00
4 lines
96 B
C
4 lines
96 B
C
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
|
|
int psd_to_webp(int input, int output, int targetSize);
|