File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 1+ # Version 0.10.3
2+
3+ New features:
4+ - ` fax4 ` 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
319Republished 0.10.1, fixing an accidentally removed method (` Decoder::find_tag_unsigned_vec ` ).
Original file line number Diff line number Diff line change 11[package ]
22name = " tiff"
3- version = " 0.10.2 "
3+ version = " 0.10.3 "
44edition = " 2021"
55resolver = " 2"
66
You can’t perform that action at this time.
0 commit comments