PHP
Handleiding
Terug
Volgende
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)
Opmerking
:
Opmerking:
imagecopyresampled()
requires GD 2.0.l or greater.
Terug
Begin
Volgende
Omhoog