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