mirror of
https://github.com/mickael-kerjean/filestash.git
synced 2025-11-02 20:23:32 +08:00
5 lines
104 B
C
5 lines
104 B
C
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
|
|
int gif_to_webp(int inputDesc, int outputDesc, int targetSize);
|