-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is there is any way to merge two gifs into one? #468
Comments
There is no GIF encoder in this library (there is plan for it but it is not yet ready - #292). What do you mean as encoder? |
Sorry for that. I am looking for Gif encoder where I can create a new GIF from existing two gifs. |
what about sending two gifs to server, then merge two gifs by ImageMagick?
发自我的 iPhone
… 在 2017年11月1日,09:01,Ajay Shrestha ***@***.***> 写道:
Sorry for that. I am looking for Gif encoder where I can create a new GIF from existing two gifs.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
I need to do offline |
ImageMagick has IOS binary release. You can get some info here: http://www.imagemagick.org/script/download.php#iOS <http://www.imagemagick.org/script/download.php#iOS>
… 在 2017年11月1日,上午9:09,Ajay Shrestha ***@***.***> 写道:
I need to do offline
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub <https://github.com/koral--/android-gif-drawable/issues/468#issuecomment-340950254>, or mute the thread <https://github.com/notifications/unsubscribe-auth/ABaojp4Yx1OQgX5whuTloHgh6GmU8ma9ks5sx8TagaJpZM4QNP-i>.
|
I would try FFmpeg. Here is the Android library: https://github.com/WritingMinds/ffmpeg-android-java |
Thank you. I will try |
I tried using GIF decoder but it seems slow. I am looking for the efficient way
The text was updated successfully, but these errors were encountered: