Browse Source

Add coverity

Former-commit-id: dbca01badfdf47a5741b2318ad9a7e19cde9ac1d
Former-commit-id: 7dbe3a5f9c2e0b71268f08e0ccbc077bd9a14381
Former-commit-id: 945b3015209b30f343624cd787ee16574a174e11
af/merge-core
James South 11 years ago
parent
commit
1cee8a1445
  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