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

ImageGammaCorrect

(3.0.13 - 3.0.18 only, PHP 4 >= 4.0.0)

ImageGammaCorrect --  Apply a gamma correction to a GD image

Description

int imagegammacorrect ( int im, float inputgamma, float outputgamma)

The ImageGammaCorrect() function applies gamma correction to a gd image stream (im) given an input gamma, the parameter inputgamma and an output gamma, the parameter outputgamma.