[][src]Module ikon::decode

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

Traits

Decode

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

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.