WIG.Lib
1.0.45
dotnet add package WIG.Lib --version 1.0.45
NuGet\Install-Package WIG.Lib -Version 1.0.45
<PackageReference Include="WIG.Lib" Version="1.0.45" />
paket add WIG.Lib --version 1.0.45
#r "nuget: WIG.Lib, 1.0.45"
// Install WIG.Lib as a Cake Addin #addin nuget:?package=WIG.Lib&version=1.0.45 // Install WIG.Lib as a Cake Tool #tool nuget:?package=WIG.Lib&version=1.0.45
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
.archive
files from PNG images for custom icons. - Extract
.archive
files into their unbundled parts (.inkatlas
,.inkatlas.json
, and.png
) - Efficient icon extraction and management through the
IconManager
class. - 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. |
-
net8.0-windows7.0
- AetherUtils.Core (>= 1.0.8)
- SharpCompress (>= 0.38.0)
- SixLabors.ImageSharp (>= 3.1.5)
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.