메소드 | 설명 | |
---|---|---|
GD2ICOstring ( array &$gd_image_array ) : string | Transforme une ressource GD en image au format ICO | |
GetPixelColor ( ressource &$img, integer $x, integer $y ) : array | boolean | Retourne la couleur d'un pixel dans une image | |
LittleEndian2String ( integer $number, integer $minbytes = 1 ) : string | Retourne un nombre dans une représentation en Little Endian |
public static GD2ICOstring ( array &$gd_image_array ) : string | ||
$gd_image_array | array | Tableau de ressources d'images GD |
리턴 | string | Image au format ICO |