Browse Source

Update README.md

Former-commit-id: b409078fbb38d8ebc7d9e0918cb52c1b41aea14b
Former-commit-id: fe55265255b79b6b5aff5f88c548bcef340009ef
Former-commit-id: 52a6b28f6a45133e1c1ee542cde34550a501b1ee
pull/17/head
James Jackson-South 10 years ago
parent
commit
daffe2b950
  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