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

Add support for thumbnailing animated webps, both to animated thumbna… #292

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Sorunome
Copy link
Contributor

@Sorunome Sorunome commented Nov 18, 2020

…ils and to static thumbnails

Debian builds of ImageMagick sadly don't come compiled with --with-webp, if you follow an online tutorial just add that to ./configure, like so: ./configure --with-webp

ffmpeg does not support reading animated webps and seems to not be capable of setting the continuous loop flag

Using ImageMagick alone for scaling&cropping produced horribly flickery thumbnails

Using only libwebp for creating animated thumbnails is a huge pain, as it is a very, very raw tool. It can extract frames to files etc., but then you have to manually deal with offsets, frame times, etc.

Fixes #291

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

Successfully merging this pull request may close these issues.

Can't thumbnail some webps
2 participants