We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a03163b commit 609813bCopy full SHA for 609813b
_snippets/21 ecosystems.md
@@ -23,7 +23,7 @@ code: |
23
// C# types have seamless integration with F#.
24
open SixLabors.ImageSharp // dotnet package add SixLabors.ImageSharp
25
open SixLabors.ImageSharp.Processing
26
- use image = Image.Load "input.png" // .NET types are integrated seamlessly.
+ use image = Image.Load "input.png"
27
image.Mutate(_.Resize(300, 200).Flip(FlipMode.Horizontal ||| FlipMode.Vertical) >> ignore)
28
image.Save "output.jpg"
29
0 commit comments