使用 Photoshop api 上传图像
我想保存在 Photoshop 中打开的图像并将其上传到数据库中。有没有办法使用 PS API 来做到这一点?
I want to save the image opened in photoshop and upload it on the database. Is there a way to do this using PS APIs?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
据我所知,PS 无法做到这一点。 PS能够将图像保存到特定的位置。
(这可能是已安装的网络驱动器)。
我会告诉 PS 将其保存到特定的本地文件夹。该文件夹由执行上传/数据库工作的脚本/程序不断检查。
As far as i know PS is not able to do this. PS is able to save the image to a specific place.
(Which could be a mounted network drive).
I would tell PS to save it to a specific local folder. This folder is constantly checked by a script / progam which does the upload / database work.