is_tga

Function is_tga 

Source
pub(crate) fn is_tga<R>(file: &mut R) -> Result<bool>
where R: Read + Seek,