use ImageMagick scale method

This commit is contained in:
Luke Pulverenti
2015-10-28 00:06:13 -04:00
parent ed0e1399fc
commit 818662e051
19 changed files with 77 additions and 80 deletions

View File

@@ -573,7 +573,7 @@ namespace MediaBrowser.Server.Startup.Common
{
try
{
return new ImageMagickEncoder(LogManager.GetLogger("ImageMagick"), ApplicationPaths, HttpClient, FileSystemManager);
return new ImageMagickEncoder(LogManager.GetLogger("ImageMagick"), ApplicationPaths, HttpClient, FileSystemManager, ServerConfigurationManager);
}
catch (Exception ex)
{