Is it possible to create a 1 pixel shadow image (say shadow.jpg) in photoshop, and then with PHP repeat that shadow just beneath or on the side of an image, for whatever the width or height of the target image is?
Example: If my image is 640x420 then shadow.jpg will be repeated just beneath this image 640 times, thus creating a drop shadow effect!
Is this a good method?
If not, what other options are there to achieve the same thing?
Thanks