Документ взят из кэша поисковой машины. Адрес оригинального документа : http://oit.cmc.msu.ru/php/function.imagesetpixel.html
Дата изменения: Sun Feb 3 22:41:39 2002
Дата индексирования: Mon Oct 1 21:49:27 2012
Кодировка:
ImageSetPixel

ImageSetPixel

(PHP 3 <= 3.0.18, PHP 4 >= 4.0.0)

ImageSetPixel -- Set a single pixel

Description

int imagesetpixel ( int im, int x, int y, int col)

ImageSetPixel() draws a pixel at x, y (top left is 0, 0) in image im of color col.

See also ImageCreate() and ImageColorAllocate().