Function is_tga

Source
fn is_tga<R: BufRead + Seek>(
    reader: &mut R,
    image_type: u8,
    colormap_type: u8,
) -> ImageResult<bool>