Add image resizing example. Currently used base64 encoded data transfer and the 'jimp' module, neither of which are fast. Will replace these shortly.

This commit is contained in:
SteveSandersonMS
2016-06-07 15:55:06 +01:00
parent 8dbd143857
commit 3e82d94f1c
7 changed files with 110 additions and 1 deletions

View File

@@ -15,6 +15,11 @@ namespace NodeServicesExamples.Controllers
return View();
}
public IActionResult ImageResizing()
{
return View();
}
public IActionResult Error()
{
return View("~/Views/Shared/Error.cshtml");