Skip to content

Commit

Permalink
Added Jzazbz and Jzczhz
Browse files Browse the repository at this point in the history
  • Loading branch information
awxkee committed Jul 21, 2024
1 parent c93b2c7 commit cc616e1
Show file tree
Hide file tree
Showing 13 changed files with 1,663 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/app/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ fn main() {
lab_store.resize(width as usize * components * height as usize, 0f32);
let src_stride = width * components as u32;
let start_time = Instant::now();
rgb_to_oklab(
rgb_to_jzazbz(
src_bytes,
src_stride,
&mut lab_store,
Expand Down Expand Up @@ -101,7 +101,7 @@ fn main() {
// }

let start_time = Instant::now();
oklab_to_rgb(
jzazbz_to_rgb(
&lab_store,
store_stride as u32,
&mut dst_slice,
Expand Down
Loading

0 comments on commit cc616e1

Please sign in to comment.