5

How do I convert animated webp to gif in android?

Phantômaxx
  • 37,901
  • 21
  • 84
  • 115

1 Answers1

0

You could always use libwebp Java bindings in your Android project.

Once you decode your source webp images you'd need to use a java library that supports animated gifs.

A. M.
  • 384
  • 1
  • 6