pub fn encode_png<O0: Into<Output>>( image: O0, scope: &mut Scope, ) -> Result<Operation>
Shorthand for EncodePng::new().build(image, scope).
EncodePng::new().build(image, scope)