From 67bfae661900533eb840c8c39aec4a3d0793f8b6 Mon Sep 17 00:00:00 2001 From: James Jackson-South Date: Fri, 17 Mar 2017 00:49:49 +1100 Subject: [PATCH] Update readme --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index 967bccf8aa..383cc11f87 100644 --- a/README.md +++ b/README.md @@ -93,12 +93,6 @@ using (Image image = new Image(stream)) } ``` -Individual processors can be initialised and apply processing against images. This allows nesting which brings the potential for powerful combinations of processing methods: - -```csharp -new BrightnessProcessor(50).Apply(sourceImage, sourceImage.Bounds); -``` - Setting individual pixel values is perfomed as follows: ```csharp