gzImage 2.12.343.1

dotnet add package gzImage --version 2.12.343.1
                    
NuGet\Install-Package gzImage -Version 2.12.343.1
                    
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="gzImage" Version="2.12.343.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="gzImage" Version="2.12.343.1" />
                    
Directory.Packages.props
<PackageReference Include="gzImage" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add gzImage --version 2.12.343.1
                    
#r "nuget: gzImage, 2.12.343.1"
                    
#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.
#:package gzImage@2.12.343.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=gzImage&version=2.12.343.1
                    
Install as a Cake Addin
#tool nuget:?package=gzImage&version=2.12.343.1
                    
Install as a Cake Tool

gzImage

About

gzImage provides native image objects, loaders, texture data, and image processing services.

It loads, stores, converts, and manages pixel and compressed texture data used by the graphics and database layers.

Package information

  • Package type: native C++ library
  • Contents: public headers, native libraries, symbols, documentation, and MSBuild integration
  • Package IDs: gzImage on Windows and Linux variants for Linux deployments
  • Dependencies: gzBase and gzGraph

Usage

Select the package ID matching the target runtime. Optional image codec backends are distributed as separate packages.

Source documentation

In a source checkout, image documentation is under Gizmo3D/docs.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages (7)

Showing the top 5 NuGet packages that depend on gzImage:

Package Downloads
gzDb

This is the native C++ API for 3D file formats in GizmoSDK

gzSystem

This is the native C++ API for the 3D engine in GizmoSDK

gzFFMPeg

This is a native plugin for video reading based on the FFMPeg library

gzDevIL

This is a native plugin for image reading based on the DevIL library

gzImageCompress

This is a native plugin for image compression based on the ETC2 compression format

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.12.343.1 56 9/24/2026
2.12.342.1 470 9/15/2026
2.12.341.1 859 9/7/2026
2.12.340.1 383 9/3/2026
2.12.339.1 379 8/27/2026
2.12.338.1 442 8/17/2026
2.12.336.1 390 8/12/2026
2.12.335.1 562 6/15/2026
2.12.334.1 525 6/10/2026
2.12.333.1 543 5/25/2026
2.12.332.1 518 5/25/2026
2.12.331.1 510 5/22/2026
2.12.330.1 519 5/22/2026
2.12.329.1 470 5/21/2026
2.12.328.1 496 5/21/2026
2.12.327.1 495 5/20/2026
2.12.326.1 547 5/19/2026
2.12.325.1 513 5/11/2026
2.12.321.1 552 5/5/2026
2.12.316.1 510 4/15/2026
Loading failed

Added android ARM and ARM64 (2.10.20)