CHImage 0.1.0-alpha
See the version list below for details.
dotnet add package CHImage --version 0.1.0-alpha
NuGet\Install-Package CHImage -Version 0.1.0-alpha
<PackageReference Include="CHImage" Version="0.1.0-alpha" />
paket add CHImage --version 0.1.0-alpha
#r "nuget: CHImage, 0.1.0-alpha"
// Install CHImage as a Cake Addin #addin nuget:?package=CHImage&version=0.1.0-alpha&prerelease // Install CHImage as a Cake Tool #tool nuget:?package=CHImage&version=0.1.0-alpha&prerelease
CHI
CHI (Compressed Hex Image), an image format that contains hex codes for displaying the image, and can be written using any text editor and programming language.
Building from source
Requirements
.NET Core 3.1
Building
CLI
To build the CLI, cd into CHI/chi-cli, then run the following:
dotnet build
To run it using dotnet,
dotnet run
The executable can be found under bin/Debug, named chi-cli.exe
CHI
To build CHI, cd into CHI/CHI, then run the following:
dotnet build
To run it using dotnet,
dotnet run
The DLL can be found under bin/Debug, named CHI.dll
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp3.1 is compatible. |
-
.NETCoreApp 3.1
- System.Drawing.Common (>= 5.0.2)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.1.2-alpha | 207 | 3/14/2021 |
0.1.1-alpha | 190 | 3/14/2021 |
0.1.0-alpha | 198 | 3/14/2021 |