File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " image-canvas"
3
- version = " 0.5.0 "
3
+ version = " 0.5.1 "
4
4
edition = " 2021"
5
5
6
6
description = " A color-aware texel buffer."
Original file line number Diff line number Diff line change
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
+
1
13
## 0.5.0
2
14
3
15
Add support for shared canvases, both ` !Sync ` and ` Sync ` .
You can’t perform that action at this time.
0 commit comments