GetImageSize
の
サイズを取得します (つまり、長さと幅) 使用法: array GetImageSize(string filename, array [imageinfo]);
関数: 円弧を描く 使用法: int ImageArc(int im, int cx, int cy, int w, int h, int s, int e, int ImageChar)
;
機能: 横文字の書き込み 使用法: int ImageChar(int im, int font, int x, int y, string c, int ImageCharUp)
;
関数: 縦書き文字使用法: int ImageCharup(int im, int font, int x, int y, string c, int ColorAllocate)
;
関数: 色の一致 使用法: int ImageColorAllocate(int im, int red, int green, int blue);
画像色透明
機能: 透明な背景色の指定 使用法: int ImageColorTransparent(int im, int [col]);
画像コピーサイズ変更
機能: 新しい画像をコピーしてサイズを変更します。 使用法: int ImageCopyResize(int dst_im, int src_im, int dstX, int dstY, int srcX, int srcY, int dstW, int dstH, int srcW, int srcH);
画像作成
機能: 新しい画像を作成します。 使用法: int ImageCreate(int x_size, int y_size);
画像破線
関数: 点線を描画します。 使用法: int ImageDashedLine(int im, int x1, int y1, int x2, int y2, intcol);
ImageDestroy 関数: グラフィックスの使用説明の終了: int ImageDestroy(int im);
イメージフィル
関数: グラフィックの色付け 使用法: int ImageFill(int im, int x, int y, int col);
ImageFilledPolygon 関数: ポリゴン領域の色付け 使用法: int ImageFilledPolygon(int im, array Points, int num_points, int col);
ImageFilledRectangle 関数: 長方形領域の色付けの使用法: int ImageFilledRectangle(int im, int x1, int y1, int x2, int y2, int col);
ImageFillToBorder関数:指定した色領域内の色付け 使用法:int ImageFillToBorder(int im, int x, int y, int border, int col);
画像フォントの高さ
機能: フォントの高さを取得します。 使用法: int ImageFontHeight(int font);
ImageFontWidth 関数: フォントの幅を取得します。 使用法: int ImageFontWidth(int font);
ImageInterlace 関数: インターレース表示を使用するかどうか 使用法: int ImageInterlace(int im, int [interlace]);
ImageLine 関数: 実線を描画します。 使用法: int ImageLine(int im, int x1, int y1, int x2, int y2, intcol);
ImageLoadFont 関数: ビットマップ フォントをロードする 使用法: int ImageLoadFont(string file);
ImagePolygon 関数: ポリゴンを描画します。 使用法: int ImagePolygon(int im, array Points, int num_points, int col);
ImageRectangle 関数: 四角形を描画します。 使用法: int ImageRectangle(int im, int x1, int y1, int x2, int y2, int col);
ImageSetPixel 関数: ポイントの描画 使用法: int ImageSetPixel(int im, int x, int y, int col); ImageString 関数: 水平方向の文字列の描画 使用法: int ImageString(int im, int font, int x, int y, string s , int列);
ImageStringUp 関数: 直線の文字列を描画します。 使用法: int ImageStringUp(int im, int font, int x, int y, string s, intcol);
イメージSX
機能: 画像の幅を取得する 使用法: int ImageSX(int im);
画像SY
機能: 画像の高さを取得する 使用法: int ImageSY(int im);
画像TTFBボックス
機能: TTF テキストが占める領域を計算します 使用法: array ImageTTFBBox(int size, int angle, string fontfile, string text);
ImageTTFText 関数: 画像に TTF テキストを書き込みます。 使用法: array ImageTTFText(int im, int size, int angle, int x, int y, intcol, string fontfile, string text);画像内の指定された点 値の使用法: int ImageColorAt(int im, int x, int y);
画像の色に最も近い
機能: 指定された色に最も近いカラー テーブル内の色を計算します。 使用法: int ImageColorClosest(int im, int red, int green, int blue);
画像色正確
機能: カラーテーブル上の指定されたカラーインデックス値を計算します。 使用法: int ImageColorExact(int im, int red, int green, int blue);
画像カラー解決
機能: カラーテーブル上の指定された色のインデックス値を計算します。 使用法: int ImageColorResolve(int im, int red, int green, int
ImageColorSet
);
関数: カラー テーブルの指定されたインデックスの色を設定します。 使用法: boolean ImageColorSet(int im, int index, int red, int green, int blue); 関数: カラー テーブルの指定されたインデックスの色を取得します。使用法: 配列 ImageColorsForIndex(int im , int Index);
画像の色合計
関数: グラフの色番号を計算します。 使用法: int ImageColorsTotal(int im); ImagePSLoadFont 関数: PostScript フォントをロードします。 使用法: int ImagePSLoadFont(string filename);
画像PSフリーフォント
機能: PostScript フォントの削除 使用法: void ImagePSFreeFont(int fontindex);
画像PSEncodeフォント
機能: PostScript フォントをベクター フォントに変換する 使用法: int ImagePSEncodeFont(string encodefile);
ImagePSText 関数: PostScript テキストを画像に書き込みます。 使用法: array ImagePSText(int image, string text, int font, int size, int foreground, int background, int x, int y, int space, int Tightness, float angle, int antialias_steps) ;
ImagePSBBox 関数: PostScript テキストが占める領域を計算します。 使用法: array ImagePSBBox(string text, int font, int size, int space, int width, float angle);
ImageCreateFromPNG 関数: PNG グラフィックの取り出し 使用法: int ImageCreateFromPng(string filename);
ImagePNG 関数: PNG グラフィックの作成 使用法: int ImagePng(int im, string [filename]);
ImageCreateFromGIF 関数: GIF グラフィックの削除 使用法: int ImageCreateFromGif(string filename);
ImageGIF 関数: GIF グラフィックの作成 使用法: int ImageGif(int im, string [filename]);