From f565a480d2558cfc2db2d6cc73fd169834340c29 Mon Sep 17 00:00:00 2001 From: Laurence Bank Date: Tue, 21 Jan 2025 13:31:02 +0000 Subject: [PATCH] Updated library release version --- README.md | 1 + library.properties | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 20f593b..566105d 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ Features:
- Includes fast anti-aliasing options (2 or 4-bits per pixel output). - Can scale the decoded image by any fractional amount (smaller or larger). - The only code required is a callback function to use the pixels (emitted one line at a time). +- Includes functional tests for Arduino and MacOS as well as fuzz tests for MacOS. Acquiring TIFF files: --------------------- diff --git a/library.properties b/library.properties index 5e39fb4..d982177 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=TIFF_G4 -version=1.2.0 +version=1.3.0 author=Larry Bank maintainer=Larry Bank sentence=Optimized TIFF G4 decoder for MCUs with 16K+ RAM.