[PR #11109] [MERGED] Don't decode animated images #12558

Closed
opened 2025-12-22 09:22:18 +01:00 by backuprepo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/11109
Author: @crobibero
Created: 3/5/2024
Status: Merged
Merged: 4/14/2024
Merged by: @Bond-009

Base: masterHead: animated-webp


📝 Commits (1)

  • 86b77de Don't decode animated images

📊 Changes

1 file changed (+5 additions, -0 deletions)

View changed files

📝 src/Jellyfin.Drawing.Skia/SkiaEncoder.cs (+5 -0)

📄 Description

Apparently animated WebP images are a thing
https://github.com/jellyfin/jellyfin/issues/5501#issuecomment-1977428971

This change makes it so an an image has any frames (is animated) we won't attempt to convert it from the original format


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/11109 **Author:** [@crobibero](https://github.com/crobibero) **Created:** 3/5/2024 **Status:** ✅ Merged **Merged:** 4/14/2024 **Merged by:** [@Bond-009](https://github.com/Bond-009) **Base:** `master` ← **Head:** `animated-webp` --- ### 📝 Commits (1) - [`86b77de`](https://github.com/jellyfin/jellyfin/commit/86b77de5229c31bfc4ea77a2d0b4b72cfac64c14) Don't decode animated images ### 📊 Changes **1 file changed** (+5 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/Jellyfin.Drawing.Skia/SkiaEncoder.cs` (+5 -0) </details> ### 📄 Description Apparently animated WebP images are a thing https://github.com/jellyfin/jellyfin/issues/5501#issuecomment-1977428971 This change makes it so an an image has any frames (is animated) we won't attempt to convert it from the original format --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
backuprepo 2025-12-22 09:22:18 +01:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: starred/jellyfin#12558
No description provided.