Hi,
I have an app that should upload a gif image to a small embedded device which accepts only small media files (< 10kb). I’m building an app which the user can select the gif but then the app would need to compress that image. I didn’t want to call a backend on my end to do this I was expecting I could do this at the device which is running an Ionic app with Angular.
Does anyone have any experience optimizing GIFs? I know we have libraries that optimize images but I tried using on gifs and they end up converting it to JPEG.
Thanks,
1 post - 1 participant