pub fn encode_jpeg_variable_quality<O0: Into<Output>, O1: Into<Output>>(
images: O0,
quality: O1,
scope: &mut Scope,
) -> Result<Operation>
Expand description
Shorthand for EncodeJpegVariableQuality::new().build(images, quality, scope)
.