Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dajuric committed Jun 20, 2015
1 parent 47cafa4 commit 3ad4f18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Bgr<byte>[,] image = new Bgr<byte>[480, 640]; //or load it (IO package)
image.SetValue(Bgr<byte>.Red);

Gray<byte>[,] grayIm = image.ToGray()
.Flip(FlipDirection.Horizontal);
.Flip(FlipDirection.Horizontal);
```

+ <a href="https://www.nuget.org/packages/DotImaging.IO">DotImaging.IO</a>
Expand Down

0 comments on commit 3ad4f18

Please sign in to comment.