[][src]Module ikon::decode

Traits, types and functions to assist in dencoding commonly used icon formats.

Enums

DecodingError

The error type for operations of the Decode trait.

Traits

Decode

The Decode trait represents a generic icon family decoder, providing methods for generating icons from byte streams, as well as functionality querying and inspecting icon families.

Functions

bmp

Converts BMP-encoded buffers to raster graphics.

png

Converts PNG-encoded buffers to raster graphics.

svg

Converts UTF8-encoded SVG strings to vector graphics.