Crate glance_core

Crate glance_core 

Source

Modules§

drawing
img
This module provides the Image struct for handling images with generic pixel data. It includes functionality for loading, saving, displaying images, and manipulating pixel data. The pixel data is represented by a type that implements the Pixel trait, allowing for flexible support of different pixel formats like Rgba and Luma, with u8, u16, f32 (for now).

Enums§

CoreError

Type Aliases§

Result