Encode to animated gif #1116
Unanswered
FredHappyface
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, thanks for all the work on coil! It's proven to be a fantastic library for decoding a ton of media formats and constantly surprises me what can be done with it - a pity that I've only used it for a sticker-board app thus far
Is it possible to encode to an animated gif using coil? Currently I use a request to write to a png (also, if there are any better ways to do this then I'd be interested). I've taken a look at the docs but haven't found anything on this
file
is ajava.io.File
and is the input image - can be any supported format eg gif, webp...compatSticker
is anotherjava.io.File
and is the output image (in this case a png)Thank you for your time :)
Beta Was this translation helpful? Give feedback.
All reactions