Browse Source

Update README.md

Former-commit-id: 918b5f5d71b07b36a08e7695dd2a130a0615c38f
Former-commit-id: 973feb753e40a048e868b5df989a4db55d5b4d5c
Former-commit-id: b175e7f7fa6c4cf9c496f4b6e92a9de42f5df8c6
pull/17/head
James Jackson-South 11 years ago
parent
commit
502f576657
  1. 2
      README.md

2
README.md

@ -136,7 +136,7 @@ using (FileStream stream = File.OpenRead("foo.jpg"))
}
}
```
Individual processors can be initialised and apply processing against images. This allows nesting which will allow the powerful combination of processng methods:
Individual processors can be initialised and apply processing against images. This allows nesting which will allow the powerful combination of processing methods:
```csharp
new Brightness(50).Apply(sourceImage, targetImage, sourceImage.Bounds);

Loading…
Cancel
Save