Rounded corners on images using PHP?

后端 未结 7 1954
孤街浪徒
孤街浪徒 2021-01-16 04:23

Does anyone know how to make a image have rounded corners using a PHP script?

7条回答
  •  Happy的楠姐
    2021-01-16 05:03

    It can be done using php-gd, but I ended up passing that task to the browser, using CSS:

    My cool photo

提交回复
热议问题