How to Build
Prerequisites
Cargo (v1.85.0 or later)
Building from source
git clone https://github.com/sorairolake/favico.git
cd favicojust buildjust build-manThe man page is generated in docs/man/man1.
Crate features
ddsEnable generating from the DDS image. This is enabled by default.
exrEnable generating from the OpenEXR image. This is enabled by default.
ffEnable generating from the Farbfeld image. This is enabled by default.
gifEnable generating from the GIF image. This is enabled by default.
hdrEnable generating from the Radiance RGBE image. This is enabled by default.
jpegEnable generating from the JPEG image. This is enabled by default.
pnmEnable generating from the PNM image. This is enabled by default.
qoiEnable generating from the QOI image. This is enabled by default.
tgaEnable generating from the TGA image. This is enabled by default.
tiffEnable generating from the TIFF image. This is enabled by default.
webpEnable generating from the WebP image. This is enabled by default.
xbmEnable generating from the XBM image. This is enabled by default.