|
|||||||
|
|
imagecolorat説明int imagecolorat ( int image, int x, int y)imageで指定された画像上の 特定位置にあるピクセルの色のインデックスを返します。 If PHP is compiled against GD library 2.0 or higher and the image is a truecolor image, this function returns the RGB value of that pixel as integer. Use bitshifting and masking to access the distinct red, green and blue component values: PHPがGDライブラリ2.0以上とともにコンパイルされておりかつ画像が Trueカラーイメージである場合、この関数はそのピクセルのRGB値を整数で返します。 赤、緑、青のそれぞれの値にアクセスするにはビットシフトと マスキングを利用してください: imagecolorset()および imagecolorsforindex()も参考にしてください。 | ||||||
|
|
|
Home :: Copyright :: Privacy :: Credits :: Get a free Linuxinfor Email Account Document on this page is part of "PHP マニュアル". See Index Page for more info about Authorship and Copyright. 1999-2009 Linuxinfor.com. No rights reserved. |