Help for this page

Select Code to Download


  1. or download this
    $img_gry->Set('pixel[$col,$row]' => 'rgb($sub_red, $sub_green, $sub_bl
    +ue )');
    
  2. or download this
    $con_str = "\$img_gry->Set('pixel[$col,$row]' => 'rgb($sub_red, $sub_g
    +reen, $sub_blue)')";
    push(@pix_con_str, $con_str);
    
  3. or download this
    for $jc (@pix_con_str) {
        eval($jc);
    }