diff options
| author | Luke <luke.pulverenti@gmail.com> | 2017-05-15 00:28:13 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-05-15 00:28:13 -0400 |
| commit | 5bcb6ec675052ea8fe777e4ea96a960b4641edf5 (patch) | |
| tree | 4c75250a177e33b29f7104d4d68e857b14d275cd /Emby.Drawing/NullImageEncoder.cs | |
| parent | fcf588ac14333442e601559eed0d0991202611a4 (diff) | |
| parent | bc865ce6987cd263c865d9eff8e789c88d435f7a (diff) | |
Merge pull request #2637 from MediaBrowser/dev
Dev
Diffstat (limited to 'Emby.Drawing/NullImageEncoder.cs')
| -rw-r--r-- | Emby.Drawing/NullImageEncoder.cs | 2 |
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(); } |
