I am applying shadow effect on images using box-shadow
property and on text using text-shadow
property of CSS.
Is there any script or function available in GD that perform the same operation on text and images.
for example
<div style="text-shadow: 5px 5px 5px #FF0000;">Some Shadow Text</div>
// how can i create image with shadow in php GD