How to Build
Prerequisites
Cargo (v1.88.0 or later)
Building from source
git clone https://github.com/sorairolake/qrtool.git
cd qrtooljust buildjust build-manThe man pages are generated in docs/man/man1.
Crate features
decode-from-bmpEnable decoding from the BMP image. This is enabled by default.
decode-from-ddsEnable decoding from the DDS image. This is enabled by default.
decode-from-exrEnable decoding from the OpenEXR image. This is enabled by default.
decode-from-ffEnable decoding from the Farbfeld image. This is enabled by default.
decode-from-gifEnable decoding from the GIF image. This is enabled by default.
decode-from-hdrEnable decoding from the Radiance RGBE image. This is enabled by default.
decode-from-icoEnable decoding from the ICO image. This is enabled by default.
decode-from-jpegEnable decoding from the JPEG image. This is enabled by default.
decode-from-pnmEnable decoding from the PNM image. This is enabled by default.
decode-from-qoiEnable decoding from the QOI image. This is enabled by default.
decode-from-svgEnable decoding from the SVG image. This is enabled by default.
decode-from-tgaEnable decoding from the TGA image. This is enabled by default.
decode-from-tiffEnable decoding from the TIFF image. This is enabled by default.
decode-from-webpEnable decoding from the WebP image. This is enabled by default.
decode-from-xbmEnable decoding from the XBM image. This is enabled by default.
optimize-output-pngEnable options to optimize output PNG image. This is enabled by default.
output-as-ansiEnable output using ANSI escape sequences. This is enabled by default.