framing 0.6.0

Fast frames for video and images.
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod iter;
mod pad;
mod crop;
mod map;
mod scale;

pub use self::iter::*;
pub use self::pad::*;
pub use self::crop::*;
pub use self::map::*;
pub use self::scale::*;