pub fn slim_top_to_bottom_per_color(
    in_img: &str,
    out_img: &str,
    force_ouput_overwrite: bool,
    colors_proba: Vec<(Colors, i32)>
)