diff --git a/functions/image.xml b/functions/image.xml index b88667c233..14aa480869 100644 --- a/functions/image.xml +++ b/functions/image.xml @@ -1,5 +1,5 @@ - + Image functions Image @@ -460,6 +460,9 @@ $black = ImageColorAllocate ($im, 0, 0, 0); + + Returns -1 if the allocation failed. +