Skip to content

Commit

Permalink
Improvements, bugfixes
Browse files Browse the repository at this point in the history
  • Loading branch information
awxkee committed Jun 26, 2024
1 parent 70142af commit 88a7f82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/fast_gaussian_next.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ use colorutils_rs::{
linear_to_rgb, linear_to_rgba, rgb_to_linear, rgba_to_linear, TransferFunction,
};
use num_traits::{AsPrimitive, Float, FromPrimitive};
use std::mem::size_of;

const BASE_RADIUS_I64_CUTOFF: u32 = 125;

Expand Down

0 comments on commit 88a7f82

Please sign in to comment.