use image magick for auto-orientation

This commit is contained in:
Luke Pulverenti
2016-01-21 11:53:03 -05:00
parent faa9127a20
commit f380ddc558
9 changed files with 37 additions and 35 deletions

View File

@@ -32,7 +32,7 @@ namespace Emby.Drawing
throw new NotImplementedException();
}
public void EncodeImage(string inputPath, string outputPath, int rotationAngle, int width, int height, int quality, ImageProcessingOptions options, ImageFormat selectedOutputFormat)
public void EncodeImage(string inputPath, string outputPath, bool autoOrient, int width, int height, int quality, ImageProcessingOptions options, ImageFormat selectedOutputFormat)
{
throw new NotImplementedException();
}