aboutsummaryrefslogtreecommitdiff
path: root/Emby.Drawing/IImageEncoder.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2015-11-09 13:18:37 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2015-11-09 13:18:37 -0500
commit81bb469fe1ba61d6ff39f6473e5d4beab1764e4e (patch)
treeb9f1906251e0d4be202744f920ac2f73b85f7602 /Emby.Drawing/IImageEncoder.cs
parent7d7f9d765405e9b35675d6a8367eb46e852a6f2a (diff)
reduce image processing
Diffstat (limited to 'Emby.Drawing/IImageEncoder.cs')
-rw-r--r--Emby.Drawing/IImageEncoder.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/Emby.Drawing/IImageEncoder.cs b/Emby.Drawing/IImageEncoder.cs
index 4469075a6..bfd382bb7 100644
--- a/Emby.Drawing/IImageEncoder.cs
+++ b/Emby.Drawing/IImageEncoder.cs
@@ -31,7 +31,8 @@ namespace Emby.Drawing
/// <param name="height">The height.</param>
/// <param name="quality">The quality.</param>
/// <param name="options">The options.</param>
- void EncodeImage(string inputPath, string outputPath, int width, int height, int quality, ImageProcessingOptions options);
+ /// <param name="outputFormat">The output format.</param>
+ void EncodeImage(string inputPath, string outputPath, int width, int height, int quality, ImageProcessingOptions options, ImageFormat outputFormat);
/// <summary>
/// Creates the image collage.