pub fn brush_left_to_right(
    in_img: &str,
    out_img: &str,
    force_ouput_overwrite: bool,
    proba: i32,
    min: i32,
    max: i32
)