[][src]Trait iconwriter::Icon

pub trait Icon<W: Write> {
    pub fn new(w: W) -> Self;
pub fn add_icon<F: FnMut(&SourceImage, Size) -> Result<RgbaImage>>(
        &mut self,
        filter: F,
        source: &SourceImage,
        size: Size
    ) -> Result<()>; }

Required methods

pub fn new(w: W) -> Self[src]

pub fn add_icon<F: FnMut(&SourceImage, Size) -> Result<RgbaImage>>(
    &mut self,
    filter: F,
    source: &SourceImage,
    size: Size
) -> Result<()>
[src]

Loading content...

Implementors

impl<W: Write> Icon<W> for Icns<W>[src]

impl<W: Write> Icon<W> for Ico<W>[src]

impl<W: Write> Icon<W> for PngSequence<W>[src]

Loading content...