diff --git a/Cargo.toml b/Cargo.toml index 7042a19..b087be0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dcv-color-primitives" -version = "0.6.1" +version = "0.7.0" edition = "2018" rust-version = "1.70" description = "a library to perform image color model conversion" diff --git a/NEWS b/NEWS index 1806821..a2316fe 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +News in 0.7.0 +* Added rgb and rgb to yuv neon acceleration +* Remove internal swap_bytes +* Remove BgrOverflow case + News in 0.6.2 * Use llvm-cov instead of tarpaulin for coverage diff --git a/README.md b/README.md index bdd3671..ee413f5 100644 --- a/README.md +++ b/README.md @@ -14,10 +14,11 @@ DCV Color Primitives is a library to perform image color model conversion. * Support data coming from a single buffer or coming from multiple image planes * Support non-tightly packed data * Support images greater than 4GB (64 bit) -* Support ARM (aarch64)[*] +* Support ARM (aarch64)[**] * Support WebAssembly[*] [*]: Supplemental cpu extension sets not yet supported. +[**]: Neon cpu extension sets supported for rgb and rgb to yuv conversions ## Image format conversion