PHP
Handbuch
Zurück
Nach
vorne
imagecopyresampled
imagecopyresampled -- Copy and resize part of an image with resampling
Description
int
imagecopyresampled
( resource dst_im, resource src_im, int dstX, int dstY, int srcX, int srcY, int dstW, int dstH, int srcW, int srcH)
Anmerkung
:
Anmerkung:
imagecopyresampled()
requires GD 2.0.l or greater.
Zurück
Zum
Anfang
Nach
vorne
Nach
oben