




| Resultats | imagecopyresampled | Contact |
|
Manuel PHP
|
|
Table : .gd info.getimagesize .image type to extension .image type to mime type .image2wbmp .imagealphablending .imageantialias .imagearc .imagechar .imagecharup .imagecolorallocate .imagecolorallocatealpha .imagecolorat .imagecolorclosest .imagecolorclosestalpha .imagecolorclosesthwb .imagecolordeallocate .imagecolorexact .imagecolorexactalpha .imagecolormatch .imagecolorresolve .imagecolorresolvealpha .imagecolorset .imagecolorsforindex .imagecolorstotal .imagecolortransparent .imageconvolution .imagecopy .imagecopymerge .imagecopymergegray .imagecopyresampled .imagecopyresized .imagecreate .imagecreatefromgd2 .imagecreatefromgd2part .imagecreatefromgd .imagecreatefromgif .imagecreatefromjpeg .imagecreatefrompng .imagecreatefromstring .imagecreatefromwbmp .imagecreatefromxbm .imagecreatefromxpm .imagecreatetruecolor .imagedashedline .imagedestroy .imageellipse .imagefill .imagefilledarc .imagefilledellipse .imagefilledpolygon .imagefilledrectangle .imagefilltoborder .imagefilter .imagefontheight .imagefontwidth .imageftbbox .imagefttext .imagegammacorrect .imagegd2 .imagegd .imagegif .imageinterlace .imageistruecolor .imagejpeg .imagelayereffect .imageline .imageloadfont .imagepalettecopy .imagepng .imagepolygon .imagepsbbox .imagepsencodefont .imagepsextendfont .imagepsfreefont .imagepsloadfont .imagepsslantfont .imagepstext .imagerectangle .imagerotate .imagesavealpha .imagesetbrush .imagesetpixel .imagesetstyle .imagesetthickness .imagesettile .imagestring .imagestringup .imagesx .imagesy .imagetruecolortopalette .imagettfbbox .imagettftext .imagetypes .imagewbmp .imagexbm .iptcembed .iptcparse .jpeg2wbmp .png2wbmp |
imagecopyresampledimagecopyresampledDescriptionbool imagecopyresampled ( 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 )
imagecopyresampled() copie une zone
rectangulaire de l'image
Si les hauteurs et largeurs des source et destination
diffèrent, l'image copiée sera étirée de manière appropriée.
Les coordonnées sont celles du coin supérieur gauche.
imagecopyresampled() peut servir à copier
des zones d'une image vers elle-même, (si Liste de paramètres
Exemples
Notes
|

