image-rs / imageproc

Image processing operations
MIT License
744 stars 146 forks source link

Add rgb benchmarks to for the filter function #655

Closed ripytide closed 4 months ago

ripytide commented 4 months ago

Adds rgb variants to the filter_clamped() function.

This should make benchmarking the full performance effect of implementation changes much easier.

theotherphil commented 4 months ago

Thanks!