Skip to content

Commit

Permalink
Image to LAB/XYZ improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
awxkee committed Jun 2, 2024
1 parent 30ce940 commit eff1398
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/xyza_laba_to_image.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ use crate::gamma_curves::TransferFunction;
use crate::image::ImageConfiguration;
use crate::image_to_xyz_lab::XyzTarget;
use crate::image_to_xyz_lab::XyzTarget::{LAB, XYZ};
#[cfg(all(
any(target_arch = "aarch64", target_arch = "arm"),
target_feature = "neon"
))]
use crate::{Lab, Xyz, XYZ_TO_SRGB_D65};
#[cfg(all(
any(target_arch = "aarch64", target_arch = "arm"),
Expand Down

0 comments on commit eff1398

Please sign in to comment.