Skip to content

Commit 470f892

Browse files
committed
Release notes for image-canvas 0.5.1
1 parent ec58c2f commit 470f892

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

canvas/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "image-canvas"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
edition = "2021"
55

66
description = "A color-aware texel buffer."

canvas/Changes.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## 0.5.1
2+
3+
Improved color fidelity options
4+
- Added `Color::Luma` which is a pure luminance space based on a (transferred)
5+
CIE-Y. The in-exact version used in TVs of old times, calculated within the
6+
non-linear signal, will be provided at a later point. It's justification is
7+
decreased computational effort which will have to be implemented.
8+
- Fixed coefficients in transfer functions `SMPTE ST 2048` and `BT470`.
9+
- Fixed `BT601` transfer function having its EOTF and inverse swapped.
10+
- Several color spaces are now compared against Python's `colour-science`
11+
package as a reference to generate test vectors.
12+
113
## 0.5.0
214

315
Add support for shared canvases, both `!Sync` and `Sync`.

0 commit comments

Comments
 (0)