Registry / utility / imageproc

imageproc

JSON →
library0.27.0rscratesunverified

Image processing operations

# Cargo.toml [dependencies] imageproc = "0.27.0"
INSTALL
IMPORT
SIG · IMAGEPROC
I
imageproc
utilityrustv0.27.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

gaussian_blur_f32
use imageproc::filter::gaussian_blur_f32;

Applies Gaussian blur to an image.

use imageproc::filter::gaussian_blur_f32; use image::DynamicImage; let img = image::open("input.png").unwrap(); let blurred = gaussian_blur_f32(&img.to_luma8(), 3.0);
Debug
Known issues
gotchaRequires the `image` crate as a dependency for image types.
fix
Add image to Cargo.toml dependencies.
affects: >=0.1.0
Upgrade
Version history
0.27.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
imageproc — cargo add imageproc · libregistry