pub fn encode_image_bc1<T>( pixels: &[T], width: usize, height: usize, ) -> Vec<Block8>where T: ColorRgba8,