From 0e2c362078c5b0babaa0fd254106452e6d67ebe8 Mon Sep 17 00:00:00 2001
From: Nick <20588554+nicknsy@users.noreply.github.com>
Date: Tue, 30 May 2023 14:23:02 -0700
Subject: Move SkiaSharp related code to Jellyfin.Drawing and IImageEncoder
---
src/Jellyfin.Drawing/NullImageEncoder.cs | 6 ++++++
1 file changed, 6 insertions(+)
(limited to 'src/Jellyfin.Drawing/NullImageEncoder.cs')
diff --git a/src/Jellyfin.Drawing/NullImageEncoder.cs b/src/Jellyfin.Drawing/NullImageEncoder.cs
index 171128bed..15345e1bc 100644
--- a/src/Jellyfin.Drawing/NullImageEncoder.cs
+++ b/src/Jellyfin.Drawing/NullImageEncoder.cs
@@ -49,6 +49,12 @@ public class NullImageEncoder : IImageEncoder
throw new NotImplementedException();
}
+ ///
+ public int CreateTrickplayGrid(ImageCollageOptions options, int quality, int imgWidth, int? imgHeight)
+ {
+ throw new NotImplementedException();
+ }
+
///
public string GetImageBlurHash(int xComp, int yComp, string path)
{
--
cgit v1.2.3