[PR #7095] [MERGED] Don't apply transformations to .gif #11264

Closed
opened 2026-02-07 06:35:20 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/7095
Author: @crobibero
Created: 1/3/2022
Status: Merged
Merged: 1/4/2022
Merged by: @crobibero

Base: masterHead: gif


📝 Commits (1)

📊 Changes

1 file changed (+6 additions, -3 deletions)

View changed files

📝 Emby.Drawing/ImageProcessor.cs (+6 -3)

📄 Description

Changes
Always return original image if original is image/gif

Issues
Fixes https://github.com/jellyfin/jellyfin/issues/5501


🔄 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/7095 **Author:** [@crobibero](https://github.com/crobibero) **Created:** 1/3/2022 **Status:** ✅ Merged **Merged:** 1/4/2022 **Merged by:** [@crobibero](https://github.com/crobibero) **Base:** `master` ← **Head:** `gif` --- ### 📝 Commits (1) - [`6d299ee`](https://github.com/jellyfin/jellyfin/commit/6d299eed495549fd92402571577d732c74a73b37) Don't transform gif ### 📊 Changes **1 file changed** (+6 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `Emby.Drawing/ImageProcessor.cs` (+6 -3) </details> ### 📄 Description <!-- Ensure your title is short, descriptive, and in the imperative mood (Fix X, Change Y, instead of Fixed X, Changed Y). For a good inspiration of what to write in commit messages and PRs please review https://chris.beams.io/posts/git-commit/ and our documentation. --> **Changes** Always return original image if original is `image/gif` **Issues** Fixes https://github.com/jellyfin/jellyfin/issues/5501 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-07 06:35:20 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#11264