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 for GIFs #19

Open
taaem opened this issue Feb 5, 2019 · 1 comment
Open

Support for GIFs #19

taaem opened this issue Feb 5, 2019 · 1 comment

Comments

@taaem
Copy link

taaem commented Feb 5, 2019

It would be nice to have GIF or even video support in this app.
GIFs should be fairly simple because there is AnimatedImage as QML Element, which by itself is just a subclass from the Image Element.
Maybe you could just also use AnimatedImage for static image, which would be easy to implement or you switch based on the image type, which for gifs should be image/gif.

@monich
Copy link
Owner

monich commented Nov 16, 2020

Took a quick look at this one - even though it's doable for gallery images, I couldn't find an easy way to animate images from memory (e.g. decrypted pictures). AnimatedImage seems to require a file or network source.

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

No branches or pull requests

2 participants