Skip to content

Commit cc616e1

Browse files
committed
Added Jzazbz and Jzczhz
1 parent c93b2c7 commit cc616e1

File tree

13 files changed

+1663
-5
lines changed

13 files changed

+1663
-5
lines changed

src/app/src/main.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ fn main() {
6666
lab_store.resize(width as usize * components * height as usize, 0f32);
6767
let src_stride = width * components as u32;
6868
let start_time = Instant::now();
69-
rgb_to_oklab(
69+
rgb_to_jzazbz(
7070
src_bytes,
7171
src_stride,
7272
&mut lab_store,
@@ -101,7 +101,7 @@ fn main() {
101101
// }
102102

103103
let start_time = Instant::now();
104-
oklab_to_rgb(
104+
jzazbz_to_rgb(
105105
&lab_store,
106106
store_stride as u32,
107107
&mut dst_slice,

0 commit comments

Comments
 (0)