HyperBitmap 2.0.5
dotnet add package HyperBitmap --version 2.0.5
NuGet\Install-Package HyperBitmap -Version 2.0.5
<PackageReference Include="HyperBitmap" Version="2.0.5" />
paket add HyperBitmap --version 2.0.5
#r "nuget: HyperBitmap, 2.0.5"
// Install HyperBitmap as a Cake Addin #addin nuget:?package=HyperBitmap&version=2.0.5 // Install HyperBitmap as a Cake Tool #tool nuget:?package=HyperBitmap&version=2.0.5
90% of methods have an explanation. Methods and properties return the same as they would with a Bitmap object and accept the same parameters.
NOTE: You may need to use FlipGetPixel or FlipSetPixel. I swapped R and B values in plain GetPixel and SetPixel because they appeared swapped on my device. If you find they're swapped on your device too, use FlipGetPixel/FlipSetPixel. If this is the case, you will need to manually swap R and B values for DrawRect, LocateColor, LocateColors, and Paint (Probably.)
WARNING: Only supports the 32BppArgb pixel format. You will likely run into errors if you create a FastBmp out of a Bitmap with any other format.
Expect issues. If you run into swapped colors or any bug/error please create an issue.
If you have questions or concerns message me on Discord @ https://discord.gg/yuQNH7Ng2b Username konnichiwa#5962
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net461 is compatible. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
.NETFramework 4.6.1
- System.Drawing.Common (>= 6.0.0)
- System.Drawing.Primitives (>= 4.3.0)
- System.Net.Http (>= 4.3.4)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Support for older C# frameworks.