WIG.Lib 1.0.45

dotnet add package WIG.Lib --version 1.0.45                
NuGet\Install-Package WIG.Lib -Version 1.0.45                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="WIG.Lib" Version="1.0.45" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add WIG.Lib --version 1.0.45                
#r "nuget: WIG.Lib, 1.0.45"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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 Compatible and additional computed target framework versions.
.NET net8.0-windows7.0 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
1.0.45 108 10/26/2024
1.0.44 143 10/19/2024

Initial release with support for basic icon generation and integration with CyberRadio-Assistant.
Includes asynchronous tasks for improved performance during long-running operations.