diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-05-14 22:27:58 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-05-14 22:27:58 -0400 |
| commit | 2f4f8c105e57c11c48a6c840e6f3cbb11538d82d (patch) | |
| tree | c6a09ce5b211757ce96cbe6ed797f4d3074a61f3 /Emby.Drawing/NullImageEncoder.cs | |
| parent | bdc546ed85dfb8389184234ac74c6cc7b4046515 (diff) | |
update image processing
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(); } |
