We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 857973c commit 03979faCopy full SHA for 03979fa
2 files changed
CHANGES.md
@@ -1,3 +1,14 @@
1
+# Version 0.11.3
2
+
3
+Additions:
4
+- Added support for `webp` compression (as per GDAL) under the `webp` feature flag (default: off).
5
+- Added `Decoder::image_ifd`, creating an `IfdDecoder` of the current IFD.
6
+- Added `IfdDecoder::directory`, returning the `Directory` underlying it.
7
+- Added `LowerHex` and `UpwerHex` implementations for `IfdPointer`.
8
9
+Notes:
10
+- A new example `tiff-ls` demonstrates use of the new features.
11
12
# Version 0.11.2
13
14
Changes:
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tiff"
-version = "0.11.2"
+version = "0.11.3"
edition = "2021"
resolver = "2"
0 commit comments