在Photoshop中编辑图像 [英] Edit Image in Photoshop

查看:159
本文介绍了在Photoshop中编辑图像的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我通过应用程序将图像存储在SQL中.

如何将图像发送到Photoshop,对其进行编辑,然后将其返回给我的应用程序?

JP

I have images stored in SQL though my applications.

How can I send the image to Photoshop, edit it and return it back to my application?

JP

推荐答案

如果要对图像进行标准编辑,则可能需要查看Photoshop的液滴".您可以记录一系列用于创建可执行文件的动作(液滴").因此,在创建小滴后,请通过您的应用从SQL中获取图像文件,然后使用该图像文件作为参数在应用内调用小滴.
正如您所说的,您已通过应用程序将图像存储在SQL中,我假设您可以将图像从数据库中获取.
If you want to perfom a standard edit on the image you might want to take a look at Photoshop ''droplets''. You can record a sequence of actions which are used to create an executable (the ''droplet''). So when you have made the droplet, get the image file out of the SQL via your app, then invoke the droplet within the app, using the image file as an argument.
As you say you have images stored in SQL via your apps I''m assuming you are ok with getting the image to and from the DB.


是的,可以从SQL中获取图像并放回去,也没有问题.

不幸的是,这些操作不是标准的.可能有农作物或口罩.

我需要将图像发送到Photoshop,并且我的应用程序保持模态,直到关闭Photoshop文档.

JP
Yes, to get the image from the SQL & put it back, there''s nor problems.

Unfortunately, the operations are not standard. There might be a crop or a mask.

I need to send the image to Photoshop and my app remains modal until the Photoshop Document is closed.

JP


我从未尝试过对其他应用程序进行同步调用,但是您可以尝试创建一个Process对象并使用它来调用Photoshop.然后在Process对象上调用WaitForExit().
此链接说明- http://msdn.microsoft.com/en-us/library/system.diagnostics.process.aspx
I''ve never tried synchronous calls to other applications, but you could try to create a Process object and use it to invoke Photoshop. Then call WaitForExit() on the Process object.
This link explains - http://msdn.microsoft.com/en-us/library/system.diagnostics.process.aspx


这篇关于在Photoshop中编辑图像的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆