[PR #3772] Updated SkiaSharp to 2.80.1 and replace resize code to fix bad quality #9685

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

Original Pull Request: https://github.com/jellyfin/jellyfin/pull/3772

State: closed
Merged: Yes


Changes
Updates SkiaSharp to the latest version and replaces the resizing code.

Clearly the EncodeImage function needs to be rewritten to do all it's work on one target surface, instead of all the magic with tons of different bitmaps. And there is some copying of images going on in the current code.

**Original Pull Request:** https://github.com/jellyfin/jellyfin/pull/3772 **State:** closed **Merged:** Yes --- **Changes** Updates SkiaSharp to the latest version and replaces the resizing code. Clearly the EncodeImage function needs to be rewritten to do all it's work on one target surface, instead of all the magic with tons of different bitmaps. And there is some copying of images going on in the current code.
OVERLORD added the pull-request label 2026-02-07 06:06:41 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#9685