You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#### 3. (optional) save the image (requires System.Dawing or SkiaSharp extension)
49
+
```csharp
50
+
File.WriteAllBytes("output.png", image.ToPng());
51
+
```
21
52
22
53
To process the resulting image further you can write your own extensions or install one of the [HPPH](https://github.com/DarthAffe/HPPH)-extension sets:
0 commit comments