filestash/server/plugin/plg_image_c/image_gif.h
2023-11-13 23:58:16 +11:00

4 lines
104 B
C

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