imagegammacorrect(PHP 4, PHP 5) imagegammacorrect — Apply a gamma correction to a GD image Описание
   bool imagegammacorrect
    ( resource $image
   , float $inputgamma
   , float $outputgamma
   ) 
  Applies gamma correction to the given gd image given an input and an output gamma. Список параметров
 
 Возвращаемые значенияВозвращает TRUE в случае успешного завершения или FALSE в случае возникновения ошибки. Примеры
 Пример #1 imagegammacorrect() usage 
<?php | 
||