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
-**`QrCodeAnalyzer/`** is a separate WPF tool in its own solution (`QrCodeAnalyzer/QrCodeAnalyzer.sln`), not part of `QrCodeGenerator.sln`.
44
44
45
-
Version 3 is a complete rewrite (≈10x faster, more standard-compliant) of what began as a port of Project Nayuki's Java library. The previous public type `QrSegment` is now `DataSegment`.
45
+
Version 3 is a complete rewrite (≈10x faster, more standard-compliant) of what began as a port of Project Nayuki's Java library.
|**System.Drawing**| For Windows only projects |`System.Drawing.Common`|[QrCodeBitmapExtensions.cs](https://github.com/manuelbl/QrCodeGenerator/blob/v2.1.0/Demo-SkiaSharp/QrCodeBitmapExtensions.cs)|
114
-
|**SkiaSharp**| For macOS, Linux, iOS, Android and multi-platform projects |`SkiaSharp` and `SkiaSharp.NativeAssets.Linux` (for Linux only) |[QrCodeBitmapExtensions.cs](https://github.com/manuelbl/QrCodeGenerator/blob/v2.1.0/Demo-SkiaSharp/QrCodeBitmapExtensions.cs)|
115
-
|**ImageSharp**| Alternative for multi-platform projects. Might require a commercial license. |`SixLabors.ImageSharp.Drawing`|[QrCodeBitmapExtensions.cs](https://github.com/manuelbl/QrCodeGenerator/blob/v2.1.0/QrCodeBitmapExtensions.cs)|
113
+
|**System.Drawing**| For Windows only projects |`System.Drawing.Common`|[QrCodeBitmapExtensions.cs](https://github.com/manuelbl/QrCodeGenerator/blob/v3.0.0/Demo-SkiaSharp/QrCodeBitmapExtensions.cs)|
114
+
|**SkiaSharp**| For macOS, Linux, iOS, Android and multi-platform projects |`SkiaSharp` and `SkiaSharp.NativeAssets.Linux` (for Linux only) |[QrCodeBitmapExtensions.cs](https://github.com/manuelbl/QrCodeGenerator/blob/v3.0.0/Demo-SkiaSharp/QrCodeBitmapExtensions.cs)|
115
+
|**ImageSharp**| Alternative for multi-platform projects. Might require a commercial license. |`SixLabors.ImageSharp.Drawing`|[QrCodeBitmapExtensions.cs](https://github.com/manuelbl/QrCodeGenerator/blob/v3.0.0/QrCodeBitmapExtensions.cs)|
116
116
117
117
Using these extension methods, generating PNG images is straight-forward:
0 commit comments