diff --git a/README.md b/README.md index f6afafeb1..f54893df6 100644 --- a/README.md +++ b/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. diff --git a/src/ImageProcessor.Playground/Program.cs b/src/ImageProcessor.Playground/Program.cs index 6f8796d7c..3ed5ef8ff 100644 --- a/src/ImageProcessor.Playground/Program.cs +++ b/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")); diff --git a/src/ImageProcessor.Playground/images/input/earth_lights_4800.tif.REMOVED.git-id b/src/ImageProcessor.Playground/images/input/earth_lights_4800.tif.REMOVED.git-id new file mode 100644 index 000000000..311632374 --- /dev/null +++ b/src/ImageProcessor.Playground/images/input/earth_lights_4800.tif.REMOVED.git-id @@ -0,0 +1 @@ +e44293020be795c40cbb19f2bad7d8589d479fb2 \ No newline at end of file