Expand description

svg_to_ico

Simple SVG to ICO conversion.

SVG images are parsed and rasterised using resvg with its raqote backend.

This crate provides a single function to create an ICO file from an SVG file.

Enums

Error returned when creating an ICO file from an SVG file fails.

Functions

Create a new ICO file from given SVG file.