Does anyone know how to make a image have rounded corners using a PHP script?
It can be done using php-gd, but I ended up passing that task to the browser, using CSS:
<img src="photo.jpg" width="42" height="42" alt="My cool photo" style="border-radius: 15px; -moz-border-radius: 15px;" />