Yok arkadaşlar olmamış ya :( normal upload ediyormuş kırpma işlemini yapmıyormuş bende oldu sandım.

$dst_r = ImageCreateTrueColor($targ_w, $targ_h);
$dst_r= imagecolorallocate($dst_r, 255, 255, 255);


şeklinde kayıt ettiğimde kırpma işlemini yapmıyor


$dst_r = ImageCreateTrueColor($targ_w, $targ_h);
$white= imagecolorallocate($dst_r, 255, 255, 255);
imagefill($dst_r, 0, 0, $white);

şeklinde yaptığımda beyaz çıkıyor resimler

if içersindeki alanın tamamı şu şekilde

$dst_r = ImageCreateTrueColor($targ_w, $targ_h);
$white = imagecolorallocate($dst_r, 255, 255, 255);
imagefill($dst_r, 0, 0, $white);
$img_r = imagecreatefrompng($src);
imagecopyresampled($dst_r,$img_r,0,0,$post_x,$post_y, $targ_w,$targ_h,$_POST['w'],$_POST['h']);
header('Content-type: image/png');
imagepng($dst_r,"../Images/SecenekResimleri/" . $YeniFotografAdi,$jpeg_quality);

hatam nerede tam olarak biri akıl verebilir mi lütfen :(