1
2
3
4
5
6
//! Supported image types.

pub mod jpeg;
pub mod png;
pub mod gif;
pub mod webp;