我目前正在处理批量图像处理并尝试找出这样的事情:是否可以访问Photoshop的图像指南? 我有许多背景图像,其中包含指导,并希望使用指南标记的坐标与其他图像组合。有可能吗?
答案 0 :(得分:1)
如果你不坚持使用ImageMagick ..
layervault/psd.rb: Parse Photoshop files in Ruby with ease
- > examples / guides.rb可以解决
meltingice/psd.js: A Photoshop PSD file parser for NodeJS and browsers
能够解析psd文件。