pub fn decode_and_crop_jpeg<O0: Into<Output>, O1: Into<Output>>( contents: O0, crop_window: O1, scope: &mut Scope, ) -> Result<Operation>
Shorthand for DecodeAndCropJpeg::new().build(contents, crop_window, scope).
DecodeAndCropJpeg::new().build(contents, crop_window, scope)