class.upload.php is a powerful and mature PHP class to manage uploaded files, and manipulate images in many ways. The script is available under a GPL license.
I want to know if there is some way to put an shadow effect to the uploaded images. In this case, shadows in the bottom and in the right side of the image.
There is no built-in way to add shadows with the class. But it is planned for a future release...
In the meantime, and especially if your images have fixed dimensions, you can use overlays to add shadows. For instance, you could crop with a negative value on the right and bottom sides, and then apply an overlay that has the shadow on the right and bottom sides.Reply
Thanks!
In the meantime, and especially if your images have fixed dimensions, you can use overlays to add shadows. For instance, you could crop with a negative value on the right and bottom sides, and then apply an overlay that has the shadow on the right and bottom sides.