Réalisées par des traducteurs professionnels, des entreprises, des pages web ou traductions disponibles gratuitement.
참고: imagecopyresampled() requires gd 2.0.l or greater.
see also imagecopyresized().
Dernière mise à jour : 2011-10-24
Fréquence d'utilisation : 1
Qualité :
imagecopyresampled() copies a rectangular portion of one image to another image, smoothly interpolating pixel values so that, in particular, reducing the size of an image still retains a great deal of clarity. dst_im is the destination image, src_im is the source image identifier. if the source and destination coordinates and width and heights differ, appropriate stretching or shrinking of the image fragment will be performed. the coordinates refer to the upper left corner. this function can be used to copy regions within the same image (if dst_im is the same as src_im) but if the regions overlap the results will be unpredictable.
dst_im is the destination image, src_im is the source image identifier.
Dernière mise à jour : 2011-10-24
Fréquence d'utilisation : 1
Qualité :