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

Do you have any report for the performance? #6

Closed bearprada closed 5 years ago

bearprada commented 7 years ago

I had implemented the Gif Encoder feature in Java, but I got the pool performance, so we wrote it in C++ here.

https://github.com/cardinalblue/fast-gif-codec-android

but the performance isn't good enough (compare with iOS devices)

JakeWharton commented 7 years ago

We don't, no. It was built for a specific use case where performance wasn't the primary goal. I'd be happy to see some numbers if you want to run some benchmarks.

On Sun, Sep 10, 2017 at 5:54 AM PRADA Hsiung notifications@github.com wrote:

I had implemented the Gif Encoder feature in Java, but I got the pool performance, so we wrote it in C++ here.

https://github.com/cardinalblue/fast-gif-codec-android

but the performance isn't good enough (compare with iOS devices)

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/square/gifencoder/issues/6, or mute the thread https://github.com/notifications/unsubscribe-auth/AAEEEdc2GaDK1-GMOsgAwC-cOoiJnrixks5sg7G8gaJpZM4PSQ-K .

bearprada commented 7 years ago

sounds great, I will do it this weekend

nvtuan305 commented 6 years ago

@bearprada Did you run some benchmarks? Could you give me performance results? I am using https://github.com/waynejo/android-ndk-gif, but the performances seem to be not good. Thank you!