Browse Source

Add coverity

Former-commit-id: 0db0abbc24dd996e3499202f6dc973e859e8b0fc
Former-commit-id: d217fa26de15d3ea9f268d95f0694d506c9b7cc6
Former-commit-id: de25c6562889eeb40c2e0f3f284407c4f2aed0ff
pull/17/head
James South 11 years ago
parent
commit
812139caa5
  1. 5
      README.md
  2. 4
      src/ImageProcessor.Playground/Program.cs
  3. 1
      src/ImageProcessor.Playground/images/input/earth_lights_4800.tif.REMOVED.git-id

5
README.md

@ -3,6 +3,11 @@ ImageProcessor
[![Build status](https://ci.appveyor.com/api/projects/status/8ypr7527dnao04yr)](https://ci.appveyor.com/project/JamesSouth/imageprocessor)
[![Coverity Scan Build Status][2]][1]
[1]: https://scan.coverity.com/projects/4635
[2]: https://scan.coverity.com/projects/4635/badge.svg
Imageprocessor is a lightweight library written in C# that allows you to manipulate images on-the-fly using .NET 4.5+
It's fast, extensible, easy to use, comes bundled with some great features and is fully open source.

4
src/ImageProcessor.Playground/Program.cs

@ -54,8 +54,8 @@ namespace ImageProcessor.PlayGround
//FileInfo fileInfo = new FileInfo(Path.Combine(resolvedPath, "2008.jpg"));
//FileInfo fileInfo = new FileInfo(Path.Combine(resolvedPath, "stretched.jpg"));
//FileInfo fileInfo = new FileInfo(Path.Combine(resolvedPath, "mountain.jpg"));
FileInfo fileInfo = new FileInfo(Path.Combine(resolvedPath, "blur-test.png"));
//FileInfo fileInfo = new FileInfo(Path.Combine(resolvedPath, "blur-test.png"));
FileInfo fileInfo = new FileInfo(Path.Combine(resolvedPath, "earth_lights_4800.tif"));
//FileInfo fileInfo = new FileInfo(Path.Combine(resolvedPath, "gamma-1.0-or-2.2.png"));
//FileInfo fileInfo = new FileInfo(Path.Combine(resolvedPath, "gamma_dalai_lama_gray.jpg"));
//FileInfo fileInfo = new FileInfo(Path.Combine(resolvedPath, "Arc-de-Triomphe-France.jpg"));

1
src/ImageProcessor.Playground/images/input/earth_lights_4800.tif.REMOVED.git-id

@ -0,0 +1 @@
e44293020be795c40cbb19f2bad7d8589d479fb2
Loading…
Cancel
Save