Skip to content

Commit

Permalink
Change input image formats to optional
Browse files Browse the repository at this point in the history
  • Loading branch information
sorairolake committed Apr 20, 2024
1 parent 2b05261 commit d38eb0e
Show file tree
Hide file tree
Showing 10 changed files with 211 additions and 516 deletions.
52 changes: 52 additions & 0 deletions BUILD.adoc
Expand Up @@ -35,6 +35,58 @@ fd -t directory out ./target/*/build/qrtool-*

== Crate features

`decode-from-bmp`::

Enable decoding from the BMP image. This is enabled by default.

`decode-from-dds`::

Enable decoding from the DDS image. This is enabled by default.

`decode-from-ff`::

Enable decoding from the Farbfeld image. This is enabled by default.

`decode-from-gif`::

Enable decoding from the GIF image. This is enabled by default.

`decode-from-hdr`::

Enable decoding from the Radiance RGBE image. This is enabled by default.

`decode-from-ico`::

Enable decoding from the ICO image. This is enabled by default.

`decode-from-jpeg`::

Enable decoding from the JPEG image. This is enabled by default.

`decode-from-exr`::

Enable decoding from the OpenEXR image. This is enabled by default.

`decode-from-pnm`::

Enable decoding from the PNM image. This is enabled by default.

`decode-from-qoi`::

Enable decoding from the QOI image. This is enabled by default.

`decode-from-tga`::

Enable decoding from the TGA image. This is enabled by default.

`decode-from-tiff`::

Enable decoding from the TIFF image. This is enabled by default.

`decode-from-webp`::

Enable decoding from the WebP image. This is enabled by default.

`decode-from-svg`::

Enable decoding from the SVG image. This is enabled by default.
7 changes: 7 additions & 0 deletions CHANGELOG.adoc
Expand Up @@ -14,6 +14,13 @@ All notable changes to this project will be documented in this file.
The format is based on https://keepachangelog.com/[Keep a Changelog], and this
project adheres to https://semver.org/[Semantic Versioning].

== {compare-url}/v0.10.9\...HEAD[Unreleased]

=== Changed

* Allow input image formats other than PNG to be disabled
({pull-request-url}/457[#457])

== {compare-url}/v0.10.8\...v0.10.9[0.10.9] - 2024-04-18

=== Changed
Expand Down

0 comments on commit d38eb0e

Please sign in to comment.