magic-kernel 0.1.1

Implementation of Magic Kernel family of resizing algorithms.
Documentation
1
2
3
4
5
6
7
mod definitions;
mod kernel1d;
mod kernel2d;

pub(crate) use definitions::{KernelDefinition, MagicKernel, Sharp2013, Sharp2021};
pub(crate) use kernel1d::ApplicationTarget;
pub(crate) use kernel2d::Kernel2D;