Skip to content

Commit

Permalink
Bump to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiosky committed Dec 11, 2024
1 parent 623555c commit 02d0235
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
5 changes: 5 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -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

Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 02d0235

Please sign in to comment.