ObtenirImageSize
Fonction : obtenir la taille de l'image [c'est-à-dire la longueur et la largeur] Utilisation : array GetImageSize (string filename, array [imageinfo])
;
Fonction : dessiner un arc Utilisation : int ImageArc (int im, int cx, int cy, int w, int h, int s, int e, int col ImageChar)
;
Fonction : écrire des caractères horizontaux Utilisation : int ImageChar(int im, int font, int x, int y, string c, int col ImageCharUp)
;
ImageColorAllocate
) ;
Fonction : Faire correspondre les couleurs Utilisation : int ImageColorAllocate (int im, int rouge, int vert, int bleu) ;
ImageCouleurTransparent
Fonction : Spécifier la couleur d'arrière-plan transparente Utilisation : int ImageColorTransparent(int im, int [col]);
ImageCopieRedimensionnée
Fonction : Copier une nouvelle image et redimensionner Utilisation : int ImageCopyResized(int dst_im, int src_im, int dstX, int dstY, int srcX, int srcY, int dstW, int dstH, int srcW, int srcH) ;
ImageCréer
Fonction : Créer une nouvelle image Utilisation : int ImageCreate(int x_size, int y_size);
ImageDashedLine
Fonction : Tracer une ligne pointillée Utilisation : int ImageDashedLine(int im, int x1, int y1, int x2, int y2, int col);
Fonction ImageDestroy : fin de l'explication de l'utilisation des graphiques : int ImageDestroy(int im);
Remplissage d'image
Fonction : Coloration graphique Utilisation : int ImageFill(int im, int x, int y, int col)
Fonction : Coloration de la zone de polygone Utilisation : int ImageFilledPolygon(int im, array points, int num_points, int col) ;
Fonction ImageFilledRectangle : utilisation de la coloration de la zone rectangulaire : int ImageFilledRectangle(int im, int x1, int y1, int x2, int y2, int col) ;
Fonction ImageFillToBorder : Coloration dans la zone de couleur spécifiée Utilisation : int ImageFillToBorder(int im, int x, int y, int border, int col);
ImagePoliceHauteur
Fonction : Obtenez la hauteur de la police. Utilisation : int ImageFontHeight(int font);
ImageFontWidth Fonction : Obtenez la largeur de la police Utilisation : int ImageFontWidth(int font);
Fonction ImageInterlace : utiliser ou non l'affichage entrelacé Utilisation : int ImageInterlace(int im, int [interlace]);
Fonction ImageLine : tracer une ligne continue Utilisation : int ImageLine (int im, int x1, int y1, int x2, int y2, int col);
ImageLoadFont Fonction : Charger la police bitmap Utilisation : int ImageLoadFont(string file);
Fonction ImagePolygon : dessiner des polygones Utilisation : int ImagePolygon(int im, array points, int num_points, int col);
Fonction ImageRectangle : dessiner un rectangle Utilisation : int ImageRectangle(int im, int x1, int y1, int x2, int y2, int col);
Fonction ImageSetPixel : dessiner des points Utilisation : int ImageSetPixel (int im, int x, int y, int col); Fonction ImageString : dessiner une chaîne horizontale Utilisation : int ImageString (int im, int font, int x, int y, string s , int col);
Fonction ImageStringUp : dessiner une chaîne droite Utilisation : int ImageStringUp(int im, int font, int x, int y, string s, int col);
ImageSX
Fonction : Récupère la largeur de l'image Utilisation : int ImageSX(int im);
ImageSY
Fonction : Obtenir la hauteur de l'image Utilisation : int ImageSY(int im);
ImageTTFBBox
Fonction : Calculer la zone occupée par le texte TTF Utilisation : tableau ImageTTFBBox(int size, int angle, string fontfile, string text);
Fonction ImageTTFText : écrire du texte TTF dans l'image Utilisation : array ImageTTFText(int im, int size, int angle, int x, int y, int col, string fontfile, string text function : obtenir l'index de la couleur de l'image) ; point spécifié dans l'image Utilisation de la valeur : int ImageColorAt(int im, int x, int y);
ImageCouleurLa plus proche
Fonction : Calcule la couleur dans la table des couleurs qui est la plus proche de la couleur spécifiée. Utilisation : int ImageColorClosest (int im, int red, int green, int blue) ;
ImageCouleurExact
Fonction : Calculez la valeur d'index de couleur spécifiée sur la table des couleurs. Utilisation : int ImageColorExact (int im, int red, int green, int blue) ;
ImageColorRésoudre
spécifiée
ou la plus proche sur la table des couleurs. Utilisation : int ImageColorResolve (int im, int red, int green, int blue) ;
Fonction : Définit la couleur de l'index spécifié sur la table des couleurs. Utilisation : boolean ImageColorSet (int im, int index, int red, int green, int blue ImageColorsForIndex). . Utilisation : array ImageColorsForIndex(int im , int index);
ImageCouleursTotal
Fonction : Calculer le numéro de couleur du graphique Utilisation : int ImageColorsTotal(int im); Fonction : Charger la police PostScript Utilisation : int ImagePSLoadFont(string filename);
ImagePSFreeFont
Fonction : Supprimer la police PostScript Utilisation : void ImagePSFreeFont(int fontindex);
ImagePSEncodeFont
Fonction : Convertir la police PostScript en police vectorielle Utilisation : int ImagePSEncodeFont (string encodingfile) ;
Fonction ImagePSText : écrire du texte PostScript dans l'image Utilisation : tableau ImagePSText (image int, texte de chaîne, police int, taille int, premier plan int, arrière-plan int, int x, int y, espace int, étanchéité int, angle flottant, étapes antialias_int) ;
Fonction ImagePSBBox : Calculer la zone occupée par le texte PostScript Utilisation : tableau ImagePSBBox (texte de chaîne, police int, taille int, espace int, largeur int, angle flottant) ;
ImageCreateFromPNG Fonction : Supprimer les graphiques PNG Utilisation : int ImageCreateFromPng(string filename);
Fonction ImagePNG : Créer des graphiques PNG Utilisation : int ImagePng(int im, string [filename]);
ImageCreateFromGIF Fonction : Supprimer les graphiques GIF Utilisation : int ImageCreateFromGif(string filename);
Fonction ImageGIF : Créer un graphique GIF. Utilisation : int ImageGif(int im, string [filename]);