Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我对此感到困惑。我有 .psd 文件,其中的图像被有吸引力的框架覆盖。所以。基本上用户上传他/她的照片。那么如何使用 php 在用户照片中包含该框架。
可能吗?
谢谢
您可以改用 CSS
img{ border: 5px solid blue; }
边框:宽度(px,%,em ...)类型(实心,虚线...)颜色(十六进制,rgb,rgba,命名颜色)
CSS3 现在支持边框图像
更好的例子
http://css-tricks.com/understanding-border-image/