



|
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 |
imagecopyresizedimagecopyresizedDescriptionbool imagecopyresized ( 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 )
imagecopyresized() copie une partie rectangulaire d'une image
dans une autre image de destination. Liste de paramètres
Exemples
Notes
|

