Function decode_thumb

Source
fn decode_thumb(
    pool: &mut DecoderPool,
    path: &str,
    t: f64,
    h: u32,
) -> Option<Frame>
Expand description

Decode path at t scaled to h px tall, aspect kept. None on any failure.