在 Photoshop 中编辑图像
我需要从我的应用程序发送图像,在 Photoshop 中对其进行编辑,然后将其返回。
我的应用程序应该等到 Photoshop Document 关闭。
任何想法请。
I need to send an image from my application, edit it in Photoshop and return it back.
My application should wait until the Photoshop Document is closed.
Any ideas please.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
像这样的东西..
Something like this..
如果您知道文件名,则可以在编辑开始之前检查日期戳。您还应该检查文件属性并确保该文件尚未被 PhotoShop 打开。
您可以使用计时器每隔几秒检查一次,而不是不断检查,这会减慢系统速度。
If you know the file name, you can check the date stamp until it's after the edit starts. You should also check the file attributes and make sure the file is not still open by PhotoShop.
You can use a timer to check every few seconds, instead of checking constantly which would slow down the system.