Files

5 lines
104 B
C

#include <stdio.h>
#include <stdlib.h>
int gif_to_webp(int inputDesc, int outputDesc, int targetSize);