pub fn scale_and_translate<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>, O3: Into<Output>>(
    images: O0,
    size: O1,
    scale: O2,
    translation: O3,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for ScaleAndTranslate::new().build(images, size, scale, translation, scope).