diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-05-10 00:49:11 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-05-10 00:49:11 -0400 |
| commit | f49d20033d81e9c2d1a335af603a5e56402014a9 (patch) | |
| tree | 2c74a3dc20e3513729c1e577dbc3d26b9b99c66f /MediaBrowser.Controller/Drawing/IImageEncoder.cs | |
| parent | 4569b6b49196eeb0c13003bfce087e2258dcc33e (diff) | |
move crop whitespace directly to encode image
Diffstat (limited to 'MediaBrowser.Controller/Drawing/IImageEncoder.cs')
| -rw-r--r-- | MediaBrowser.Controller/Drawing/IImageEncoder.cs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/MediaBrowser.Controller/Drawing/IImageEncoder.cs b/MediaBrowser.Controller/Drawing/IImageEncoder.cs index de1909e54..ecc99caf9 100644 --- a/MediaBrowser.Controller/Drawing/IImageEncoder.cs +++ b/MediaBrowser.Controller/Drawing/IImageEncoder.cs @@ -16,12 +16,6 @@ namespace MediaBrowser.Controller.Drawing /// <value>The supported output formats.</value> ImageFormat[] SupportedOutputFormats { get; } /// <summary> - /// Crops the white space. - /// </summary> - /// <param name="inputPath">The input path.</param> - /// <param name="outputPath">The output path.</param> - void CropWhiteSpace(string inputPath, string outputPath); - /// <summary> /// Encodes the image. /// </summary> /// <param name="inputPath">The input path.</param> |
