diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-05-17 14:18:18 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-05-17 14:18:18 -0400 |
| commit | 9cd2d793be694d680aceae3e045b9cda9af89e69 (patch) | |
| tree | 4a030ba94056349e1be4194f4622e001fedb02e5 /Emby.Drawing/NullImageEncoder.cs | |
| parent | 1be515ddf7183bf716d5cf67c2cbc3f3a22d7fdf (diff) | |
update image encoding
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 1723e0637..2241c5a86 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, ImageSize? originalImageSize, string outputPath, bool autoOrient, int quality, ImageProcessingOptions options, ImageFormat selectedOutputFormat) + public string EncodeImage(string inputPath, DateTime dateModified, string outputPath, bool autoOrient, int quality, ImageProcessingOptions options, ImageFormat selectedOutputFormat) { throw new NotImplementedException(); } |
