Skip to content

Commit ae9099b

Browse files
committed
Metadata and changelog for image-canvas 0.4.1
1 parent 3b2801d commit ae9099b

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-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.4.0"
3+
version = "0.4.1"
44
edition = "2021"
55

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

canvas/Changes.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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+
17
## 0.4.0
28

39
This adds support for packed blocks and incomplete YUV color support.

canvas/src/color.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,7 @@ pub enum Differencing {
346346
YCoCg,
347347
}
348348

349+
#[non_exhaustive]
349350
pub enum DifferencingYiq {
350351
/// Differencing scheme from NTSC in 1953, a rotated version of Yuv.
351352
Ntsc1953,

0 commit comments

Comments
 (0)