resamplescope-rs 0.1.0

Validate, compare, and plot the resampling filters/kernels used by any image resizer
Documentation
1
2
3
4
5
6
7
8
9
fn main() {
    #[cfg(feature = "c-reference")]
    {
        cc::Build::new()
            .file("c_reference/rscope_shim.c")
            .warnings(true)
            .compile("rscope_shim");
    }
}