



|
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 |
imagesetstyleimagesetstyleDescriptionbool imagesetstyle ( resource image, array style )imagesetstyle() permet de choisir le style à utiliser lors du dessin des lignes (comme avec les fonctions imageline() et imagepolygon()) lors de l'utilisation de la couleur spéciale IMG_COLOR_STYLED ou bien lors du dessin de lignes avec la couleur IMG_COLOR_STYLEDBRUSHED. Liste de paramètres
ExemplesL'exemple suivant dessine une ligne pointillée depuis le coin supérieur gauche vers le coin inférieur droit de l'image :
|

