Skip to content

Commit 695208c

Browse files
authored
Merge pull request #298 from image-rs/release-0.10.3
Add metadata and changelog for 0.10.3
2 parents 64286c2 + 4acdfea commit 695208c

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGES.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# Version 0.10.3
2+
3+
New features:
4+
- Group 4 `fax` is now recognized as a compression type and decoded.
5+
- A crate feature `fax` controls related dependencies, on by default.
6+
7+
Changes:
8+
- The presence of PhotometricInterpretation::WhiteIsZero now returns an error
9+
if the color type can not be inverted by the library where they were
10+
previously silently ignored. Please report any missing color types.
11+
12+
Fixes:
13+
- The PhotometricInterpretation::WhiteIsZero is now also applied to 1-bit
14+
images, as well as 2-bit and 4-bit sample types where previously the presence
15+
of this tag was ignored.
16+
117
# Version 0.10.2
218

319
Republished 0.10.1, fixing an accidentally removed method (`Decoder::find_tag_unsigned_vec`).

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tiff"
3-
version = "0.10.2"
3+
version = "0.10.3"
44
edition = "2021"
55
resolver = "2"
66

0 commit comments

Comments
 (0)