|
-
Jul 10th, 2006, 03:21 AM
#1
vb & Photoshop
Hi,
I want to scripting in Photoshop through vb.Is it posible to intiate photoshop actions though vb.
-
Jul 10th, 2006, 03:50 AM
#2
Re: vb & Photoshop
have a look in Project References and see if you can find PhotoShop in the list. I have PhotoShop 4.0 in that list for example
hope it helps
VB.NET MVP 2008 - Present
-
Jul 10th, 2006, 05:19 AM
#3
Re: vb & Photoshop
IF you have set this reference this is a way to use it (Early binding):
Code:
Dim Ph As PhotoshopApplication
Dim Dr As IAutoPSDoc
Set Ph = New PhotoshopApplication
Set Dr = Ph.Open("C:\MyDrawing.psd")
As far As i can see it's extremly limited exposure of the features of photoshop so don't expect much.
Maybe CS(2) offers more
 why can't programmers keep and 31 Oct and 25 dec apart. Why Rating is Useful
for every question you ask provide an answer on another thread.
-
Jul 10th, 2006, 06:31 AM
#4
Re: vb & Photoshop
Dear All,
Thanks for the post.How to load actions of the photoshop/cs2
-
Jul 12th, 2006, 03:33 AM
#5
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|