- or download this
$img_gry->Set('pixel[$col,$row]' => 'rgb($sub_red, $sub_green, $sub_bl
+ue )');
- 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);
- or download this
for $jc (@pix_con_str) {
eval($jc);
}