File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " image-canvas"
3
- version = " 0.4.0 "
3
+ version = " 0.4.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.4.1
2
+
3
+ New features:
4
+ - Added ` Color::Yuv ` (or rather exposed) and ` Differencing ` to support YUV color spaces.
5
+ - Added ` SampleParts::{UInt4x2,UInt4x6} ` .
6
+
1
7
## 0.4.0
2
8
3
9
This adds support for packed blocks and incomplete YUV color support.
Original file line number Diff line number Diff line change @@ -346,6 +346,7 @@ pub enum Differencing {
346
346
YCoCg ,
347
347
}
348
348
349
+ #[ non_exhaustive]
349
350
pub enum DifferencingYiq {
350
351
/// Differencing scheme from NTSC in 1953, a rotated version of Yuv.
351
352
Ntsc1953 ,
You can’t perform that action at this time.
0 commit comments