Skip to main content

Crate vincent_blur

Crate vincent_blur 

Source

Structs§

Opts
Struct for CLI options

Functions§

blur_async
Blurs image using a thread pool
blur_sync
Blurs image one pixel at a time. It is the same as blur_async with 1 thread.