complete gdi fallback

This commit is contained in:
Luke Pulverenti
2015-04-08 11:45:30 -04:00
parent 4820fe8097
commit b289b4cc7f
8 changed files with 215 additions and 69 deletions

View File

@@ -69,7 +69,7 @@ namespace Emby.Drawing.ImageMagick
}
}
private string[] ProjectPaths(IEnumerable<string> paths, int count)
internal static string[] ProjectPaths(IEnumerable<string> paths, int count)
{
var clone = paths.ToList();
var list = new List<string>();