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

Support GIF files, at least static / single frame #49

Open
jonnor opened this issue Jul 15, 2014 · 3 comments
Open

Support GIF files, at least static / single frame #49

jonnor opened this issue Jul 15, 2014 · 3 comments

Comments

@jonnor
Copy link
Member

jonnor commented Jul 15, 2014

Looks like it will require work in GEGL, as I do not see any file loaders/savers or it.
Animations will also require some special logic

@jonnor jonnor added this to the Future milestone Jul 15, 2014
@forresto
Copy link

At that point we could make mp4 and webm versions, like gfycat and twitter,
to save bandwidth and increase quality when the browser can handle it.

http://www.gfycat.com/InbornFearlessAmberpenshell

@jonnor
Copy link
Member Author

jonnor commented Dec 22, 2015

Splitting out animation to separste issue
imgflo/imgflo-server#28

@jonnor jonnor changed the title Support GIF files, including animations Support GIF files, at least static / single frame Dec 22, 2015
@jonnor
Copy link
Member Author

jonnor commented Feb 18, 2016

Easiest way may be to create a GdkPixbuf loader/saver, and register it for .gif.
https://developer.gnome.org/gdk-pixbuf/unstable

Or one could port the code over to GEGL, as it has compatible license (LGPLv2+): https://git.gnome.org/browse/gdk-pixbuf/tree/gdk-pixbuf/io-gif.c

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

2 participants