[PR #519] [MERGED] Fix the DecodeJfif function to get proper image sizes #8365

Closed
opened 2026-02-07 05:42:47 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/519
Author: @Bond-009
Created: 1/9/2019
Status: Merged
Merged: 1/9/2019
Merged by: @joshuaboniface

Base: devHead: image


📝 Commits (1)

  • 2784dae Fix the DecodeJfif function to get image sizes

📊 Changes

1 file changed (+18 additions, -13 deletions)

View changed files

📝 Emby.Drawing/Common/ImageHeader.cs (+18 -13)

📄 Description

Added support for progressive DCT-based JPEGs.
By adding a check for the SOF2 marker (C2)

Fixes #490 and #489


🔄 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/519 **Author:** [@Bond-009](https://github.com/Bond-009) **Created:** 1/9/2019 **Status:** ✅ Merged **Merged:** 1/9/2019 **Merged by:** [@joshuaboniface](https://github.com/joshuaboniface) **Base:** `dev` ← **Head:** `image` --- ### 📝 Commits (1) - [`2784dae`](https://github.com/jellyfin/jellyfin/commit/2784dae2a8a468244a4743e8549bd16033ab7768) Fix the DecodeJfif function to get image sizes ### 📊 Changes **1 file changed** (+18 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `Emby.Drawing/Common/ImageHeader.cs` (+18 -13) </details> ### 📄 Description Added support for progressive DCT-based JPEGs. By adding a check for the SOF2 marker (C2) Fixes #490 and #489 --- <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 05:42:47 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#8365