pub fn frame_from_file<P>(filename: &P) -> Option<(usize, Vec<Glyph>)>where P: AsRef<Path>,
Read a frame from file.