auto-thumbnail 0.2.0

Converts various file formats into thumbnail image.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
pub(crate) mod image;
pub(crate) mod pdf;
pub(crate) mod video;

#[cfg(feature = "svg")]
pub(crate) mod svg;

#[cfg(feature = "raw")]
pub(crate) mod raw;

#[cfg(feature = "raw")]
pub(crate) mod x3f;

#[cfg(feature = "audio")]
pub(crate) mod audio;

#[cfg(feature = "office")]
pub(crate) mod office;