WIG.Lib
1.0.54
dotnet add package WIG.Lib --version 1.0.54
NuGet\Install-Package WIG.Lib -Version 1.0.54
<PackageReference Include="WIG.Lib" Version="1.0.54" />
<PackageVersion Include="WIG.Lib" Version="1.0.54" />
<PackageReference Include="WIG.Lib" />
paket add WIG.Lib --version 1.0.54
#r "nuget: WIG.Lib, 1.0.54"
#:package WIG.Lib@1.0.54
#addin nuget:?package=WIG.Lib&version=1.0.54
#tool nuget:?package=WIG.Lib&version=1.0.54
Wolven Icon Generator (Library)
The Wolven Icon Generator is a specialized library for generating and managing custom icons for the CyberRadio-Assistant (CRA) project. This library provides tools for converting PNG images into .archive files and handling icon metadata for Cyberpunk 2077 modding projects. It simplifies icon creation, extraction, and packaging workflows, designed for developers working with WolvenKit and other modding tools.
Full documentation can be found here: https://ethan-hann.github.io/WolvenIconGenerator
Features:
- Generate
.archivefiles from PNG images for custom icons. - Extract
.archivefiles into their unbundled parts (.inkatlas,.inkatlas.json, and.png) - Efficient icon extraction and management through the
IconManagerclass. - Custom InkAtlas generation for use with mods.
- Asynchronous operations support for long-running tasks with progress reporting.
Dependencies:
- SixLabors.ImageSharp
License
MIT license: See license here
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0-windows7.0 is compatible. net9.0-windows was computed. net10.0-windows was computed. |
-
net8.0-windows7.0
- AetherUtils.Core (>= 1.0.15)
- CsvHelper (>= 33.1.0)
- SharpCompress (>= 0.47.4)
- SixLabors.ImageSharp (>= 3.1.12)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Initial release with support for basic icon generation and integration with CyberRadio-Assistant.
Includes asynchronous tasks for improved performance during long-running operations.