mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[PR #519] [MERGED] Fix the DecodeJfif function to get proper image sizes #8365
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
dev← Head:image📝 Commits (1)
2784daeFix 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.