mirror of
https://github.com/mickael-kerjean/filestash.git
synced 2025-11-02 03:54:59 +08:00
5 lines
96 B
C
5 lines
96 B
C
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
|
|
int psd_to_webp(int input, int output, int targetSize);
|