square / gifencoder

A pure Java library implementing the GIF89a specification. Suitable for use on Android.
Apache License 2.0
664 stars 75 forks source link

Can the existing gif be compressed? #2

Closed e-hai closed 7 years ago

e-hai commented 7 years ago

how can i do?

JakeWharton commented 7 years ago

I mean, I suppose if you can pull out the individual frames from an existing GIF then you can run it through this library. But otherwise no. It's not a targeted use case for the library.