Favocon

badge

Command line utility for creating favicons from a PNG image.

favocon-gif

Commands

Create a directory of favicons to be used on your site.

shell favocon icon.png -o outdir/

The icon you provide as input must be square.

Installation

Favocon is available through Cargo.

Building

shell cargo build

shell target/debug/favocon icon.png -o outdir

shell cargo run -- icon.png -o outdir