pub fn load_animated_image<B: Backend>( path: &Path, device: &B::Device, ) -> Result<Vec<Frame<B>>>
Loads all frames from an animated GIF file.