Skip to content
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

Concatenate two gif into one #292

Open
ghost opened this issue May 3, 2016 · 8 comments
Open

Concatenate two gif into one #292

ghost opened this issue May 3, 2016 · 8 comments

Comments

@ghost
Copy link

ghost commented May 3, 2016

i want to joint multiple gif image into one.would you please tell me how it is possible?

@frmz
Copy link
Contributor

frmz commented May 3, 2016

You can probably just play a drawable once and then replace it with the other gif at the end of the loop

@ghost
Copy link
Author

ghost commented May 3, 2016

i want functionality like multiple gif image joint each other not overlap each other.and how to save that result into sdcard.

@frmz
Copy link
Contributor

frmz commented May 3, 2016

as i said you can play one after the other, i am not the author but i don't think its the purpose of this library to reencode gifs or create them, you can probably find other libraries for that

@koral--
Copy link
Owner

koral-- commented May 3, 2016

Yeah, currently this library supports GIF decoding only, but encoding is planned to be added in the future. I'll keep this issue open as a feature-request.

@koral-- koral-- changed the title Concate two gif into one Concatenate two gif into one May 15, 2016
@zolga
Copy link

zolga commented Mar 21, 2019

any update on gif encoding?

@koral--
Copy link
Owner

koral-- commented Mar 23, 2019

Unfortunately, not yet. But pull requests are always welcome.

@Adham-Mostafa99
Copy link

@koral-- any update for gif encoding ?

@koral--
Copy link
Owner

koral-- commented Apr 20, 2021

Not yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants