Browse Source

Tidy up

Former-commit-id: 532bbd79cf058601d80ed9d8f43322783c3bf15b
pull/17/head
James South 12 years ago
parent
commit
16d227e14b
  1. 1
      src/ImageProcessorConsole/Program.cs

1
src/ImageProcessorConsole/Program.cs

@ -43,6 +43,7 @@
// Load, resize, set the format and quality and save an image.
imageFactory.Load(inStream)
.Constrain(size)
// ReSharper disable once AssignNullToNotNullAttribute
.Save(Path.GetFullPath(Path.Combine(Path.GetDirectoryName(path), @"..\..\images\output", fileInfo.Name)));
}
}

Loading…
Cancel
Save