16zu9 rausschneiden und Bild verkleinern
bearbeitet von
Hallo Michi,
[in der Tat](https://www.php.net/manual/de/function.imagecopyresized.php).
Da steht:
~~~php
imagecopyresized ( resource $dst_image , resource $src_image , int $dst_x , int $dst_y , int $src_x , int $src_y , int $dst_w , int $dst_h , int $src_w , int $src_h ) : bool
~~~
Vergleiche mit deinen Parametern.
$PictureInfo[0] und $PictureInfo[1] brauchst Du nicht mehr, dafür hast Du clipWidth und clipHeight berechnet. Und irgendwo muss noch ein 0, 0 stehen, du möchtest ja dein Zielbild vollständig ausfüllen.
_Rolf_
--
sumpsi - posui - obstruxi