magic-kernel 0.1.1

Implementation of Magic Kernel family of resizing algorithms.
Documentation
1
2
3
4
5
6
mod imagef64;
mod kernel;
mod resize;

pub use imagef64::ImageF64;
pub use resize::{magic_resize, Version};