aboutsummaryrefslogtreecommitdiff
path: root/Emby.Drawing/NullImageEncoder.cs
diff options
context:
space:
mode:
authorLuke <luke.pulverenti@gmail.com>2017-05-15 00:34:33 -0400
committerGitHub <noreply@github.com>2017-05-15 00:34:33 -0400
commita4efcf07f42d1ccd2be0c2f4d2af1208366f6ab6 (patch)
treec4d0a9693850b977b66c057508b286ed50da9a3c /Emby.Drawing/NullImageEncoder.cs
parente2085763296e32e7ef1532460030e5449725116a (diff)
parent4a8aa20698aa761cba7ab7e45181a2b3251fca64 (diff)
Merge pull request #2639 from MediaBrowser/beta
Beta
Diffstat (limited to 'Emby.Drawing/NullImageEncoder.cs')
-rw-r--r--Emby.Drawing/NullImageEncoder.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Drawing/NullImageEncoder.cs b/Emby.Drawing/NullImageEncoder.cs
index c7d365fb2..1723e0637 100644
--- a/Emby.Drawing/NullImageEncoder.cs
+++ b/Emby.Drawing/NullImageEncoder.cs
@@ -32,7 +32,7 @@ namespace Emby.Drawing
throw new NotImplementedException();
}
- public void EncodeImage(string inputPath, string outputPath, bool autoOrient, int width, int height, int quality, ImageProcessingOptions options, ImageFormat selectedOutputFormat)
+ public void EncodeImage(string inputPath, ImageSize? originalImageSize, string outputPath, bool autoOrient, int quality, ImageProcessingOptions options, ImageFormat selectedOutputFormat)
{
throw new NotImplementedException();
}