kod bu
$dst_x = ($img_w / 2) - ($wtrmrk_w / 2); $dst_y = ($img_h / 2) - ($wtrmrk_h / 2);
1
●132
$dst_x = ($img_w / 2) - ($wtrmrk_w / 2); $dst_y = ($img_h / 2) - ($wtrmrk_h / 2);
//tam alt sag kose $dst_x = $img_w - $wtrmrk_w; $dst_y = $img_h - $wtrmrk_h; //10px margin alt sag kose $dst_x = $img_w - $wtrmrk_w -10; $dst_y = $img_h - $wtrmrk_h -10;