imagelayereffect
(PHP 4 >= 4.3.0, PHP 5)
imagelayereffect -- Set the alpha blending flag to use the bundled libgd layering effects
Descrição
bool
imagelayereffect ( resource image, int effect )
Atenção |
Esta função
não está documentada, somente a lista de argumentos está
disponível. |
Parâmetros
image
An image resource, returned by one of the image creation functions,
such as imagecreatetruecolor().
effect
Valores de retornado
Retorna TRUE em caso de sucesso ou FALSE em falhas.
Notas
Nota: Esta função somente está disponível se
o PHP estiver compilado com a versão embarcada da biblioteca GD.
Nota: Esta função precisa do GD 2.0.1 ou posterior (2.0.28
ou posterior é recomendado).