PHP:获取PSD文件图层的位置(x,y)
我正在 PHP 中使用 Imagemagick,想要获取图层 (x,y) 的位置,但不知道如何获取。
我用 PHP 读取 PSD 文件并读取其中的每一层,如下所示:
for ($i = 0, $num_layers = $im->getNumberImages(); $i < $num_layers; ++$i) { ...
I am using Imagemagick with PHP and want to get the position of the layer (x,y) but dont know how.
I read the PSD file in PHP and read every layer in it like this:
for ($i = 0, $num_layers = $im->getNumberImages(); $i < $num_layers; ++$i) { ...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)