Manuál
PHP
Předcházející
Další
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)
Poznámka
:
Poznámka:
imagecopyresampled()
requires GD 2.0.l or greater.
Předcházející
Domů
Další
Nahoru