Browse Source

Tidy up

Former-commit-id: b4651f16d06fb1129bd958a8db5d442325bc6ffe
pull/17/head
James South 12 years ago
parent
commit
342851c720
  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