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

Bugfix/animated webp #11937

Merged
merged 4 commits into from
Sep 14, 2022
Merged

Bugfix/animated webp #11937

merged 4 commits into from
Sep 14, 2022

Conversation

brianjhanson
Copy link
Contributor

Description

Two little things I missed in the fix for #11920.

  1. We need to coalesce the animated layers when resizing as well, otherwise the transform is applied incorrectly.
  2. After talking with @Wiejeben via Discord, they noted that animations were getting stripped out when an animated webp file was uploaded. This adjusts the _isAnimatedGif check to support webp and renames it to _isAnimated

Related issues

Fixes #11889

@brianjhanson brianjhanson requested a review from a team as a code owner September 14, 2022 15:45
@brianjhanson brianjhanson changed the base branch from develop to v3 September 14, 2022 15:45
[ci skip]
@brandonkelly brandonkelly self-requested a review as a code owner September 14, 2022 19:22
@brandonkelly brandonkelly merged commit bf400a9 into v3 Sep 14, 2022
@brandonkelly brandonkelly deleted the bugfix/animated-webp branch September 14, 2022 19:25
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

Successfully merging this pull request may close these issues.

[3.x]: Unable to transform GIF to animated WebP
2 participants