[][src]Crate iconwriter

A simple solution for generating .ico and .icns icons. The crate also supports png sequences as an output format.

Re-exports

pub extern crate nsvg;
pub use nsvg::image;

Modules

imageops

Image Processing Functions

Structs

Icon

A generic representation of an icon.

IconOptions

A representation of an entry's properties.

Enums

Crop
Error
IconType
ResamplingFilter
SourceImage

A representation of a bitmap or an svg image.

Traits

FromFile

Trait for constructing structs from a given path.

Raster

Rasterizes a generic image to series of RgbaImage's, conforming to the configuration options specifyed in the options argument.

Type Definitions

Result
Size
SourceMap