|
|
@ -56,11 +56,6 @@ namespace ImageProcessorConsole |
|
|
Stopwatch stopwatch = new Stopwatch(); |
|
|
Stopwatch stopwatch = new Stopwatch(); |
|
|
stopwatch.Start(); |
|
|
stopwatch.Start(); |
|
|
|
|
|
|
|
|
Console.WriteLine("Processing: " + fileInfo.Name); |
|
|
|
|
|
|
|
|
|
|
|
Stopwatch stopwatch = new Stopwatch(); |
|
|
|
|
|
stopwatch.Start(); |
|
|
|
|
|
|
|
|
|
|
|
// ImageProcessor
|
|
|
// ImageProcessor
|
|
|
using (MemoryStream inStream = new MemoryStream(photoBytes)) |
|
|
using (MemoryStream inStream = new MemoryStream(photoBytes)) |
|
|
{ |
|
|
{ |
|
|
|