php - how to add image-border around an image? -
Is there an easy way to add an image border around an image?
The reason I want to create a drop-shadow effect around the image.
Images are loaded as thumbnails and are 110x75 px ... I'm thinking of creating a shadow border, but it does not know how to add around the image, Know the way
PHP preference ...
You can use real image in PDP GD library or imagemagic to replace, but you can get similar effects in CSS, if it is only needed on a web page.
There is a complete tutorial on doing this with PHP and here's GD:
Comments
Post a Comment