You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$font['color'] has to be imagecolorallocatealpha($imageOut, 51, 102, 255, 0) (any color) and should NOT be black like the $background imagecolorallocatealpha($imageOut, 0, 0, 0, 0). Black will become transparent.
I would like to use transparent "countdown.png" instead of white color. Will it be possible?
The text was updated successfully, but these errors were encountered: