Skip to content

Commit

Permalink
Pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
awxkee committed Aug 4, 2024
1 parent 823a308 commit ef96cec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -207,8 +207,8 @@ fn main() {
stride as u32,
dimensions.0,
dimensions.1,
25 * 2 + 1,
25f32 * 2f32 / 6f32,
67 * 2 + 1,
67. * 2f32 / 6f32,
FastBlurChannels::Channels4,
EdgeMode::KernelClip,
ThreadingPolicy::Single,
Expand Down

0 comments on commit ef96cec

Please sign in to comment.