diff options
| author | Nick <20588554+nicknsy@users.noreply.github.com> | 2023-05-30 14:23:02 -0700 |
|---|---|---|
| committer | Nick <20588554+nicknsy@users.noreply.github.com> | 2023-06-22 16:23:52 -0700 |
| commit | 0e2c362078c5b0babaa0fd254106452e6d67ebe8 (patch) | |
| tree | c7db15c260b4a9576ed278d5b7d84658f3df98fe /src/Jellyfin.Drawing/NullImageEncoder.cs | |
| parent | 049361b66cefe7cb26364f9c39ac57abc7826752 (diff) | |
Move SkiaSharp related code to Jellyfin.Drawing and IImageEncoder
Diffstat (limited to 'src/Jellyfin.Drawing/NullImageEncoder.cs')
| -rw-r--r-- | src/Jellyfin.Drawing/NullImageEncoder.cs | 6 |
1 files changed, 6 insertions, 0 deletions
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 @@ -50,6 +50,12 @@ public class NullImageEncoder : IImageEncoder } /// <inheritdoc /> + public int CreateTrickplayGrid(ImageCollageOptions options, int quality, int imgWidth, int? imgHeight) + { + throw new NotImplementedException(); + } + + /// <inheritdoc /> public string GetImageBlurHash(int xComp, int yComp, string path) { throw new NotImplementedException(); |
