leafo / magick

Lua bindings to ImageMagick for LuaJIT using FFI
401 stars 79 forks source link

Support gif with couple frames #21

Open maxgorovenko opened 8 years ago

maxgorovenko commented 8 years ago

Does magick support thumbnailing the whole gif image with multiple frames?

leafo commented 8 years ago

No GIF support at the moment.

maxgorovenko commented 8 years ago

Yeah, and do you plan to support it in near future?

neoascetic commented 7 years ago

Bump the question

leafo commented 7 years ago

I have no need to for this but if someone wants to implement I can include it

neoascetic commented 7 years ago

Could you, please?

On Aug 28, 2017 23:25, "leaf" notifications@github.com wrote:

I have no need to for this but if someone wants to implement I can include it

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/leafo/magick/issues/21#issuecomment-325486729, or mute the thread https://github.com/notifications/unsubscribe-auth/AAsTTDjA83FRYOfe-iPIAFaPkidIw5BHks5sczAsgaJpZM4GE7gj .

jovisz commented 1 year ago

Hi @leafo I've got coalesce for animated images, but when I use the resize funtion, only got the first frame of gif. Could you give me some example for resize gif images?

jovisz commented 1 year ago

Update:fixed by add some function in lib and image.lua