HTFC Forums

H.T.F.C.

How To Fix Computers





Go Back   HTFC Forums > Hardware Newsgroups > Digital Photo

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1  
Old 03-14-2008, 05:32 AM
Dudley Hanks
 
Posts: n/a
Default Scripting Photoshop?

There's another thread going titled "Longshot," or something similar, but
this is a really, really, REALLY longshot.

Since my screen-reading software doesn't recognize Photoshop's menus, and
graphic progs are notoriously hard for visually-challenged users even if
they can access the menus, I'm wondering if there is any way to run Adobe
via scripts. This is to say, if a guy assembled a script file with whatever
commands would be used, let's say "Darken 10%, Increase Contrast 15%, Reduce
Cyan by 5%, etc, is it possible to start Adobe with the parameters of the
file to use and the command script and run it like a batch processing job?

The idea just occured to me that I might be able to make a few adjustments
to my shots myself if this is possible.

Thanks for your time,
Dudley


Reply With Quote
Sponsored Links
  #2  
Old 03-14-2008, 05:54 AM
Paul Furman
 
Posts: n/a
Default Re: Scripting Photoshop?

Dudley Hanks wrote:
> There's another thread going titled "Longshot," or something similar, but
> this is a really, really, REALLY longshot.
>
> Since my screen-reading software doesn't recognize Photoshop's menus, and
> graphic progs are notoriously hard for visually-challenged users even if
> they can access the menus, I'm wondering if there is any way to run Adobe
> via scripts. This is to say, if a guy assembled a script file with whatever
> commands would be used, let's say "Darken 10%, Increase Contrast 15%, Reduce
> Cyan by 5%, etc, is it possible to start Adobe with the parameters of the
> file to use and the command script and run it like a batch processing job?
>
> The idea just occured to me that I might be able to make a few adjustments
> to my shots myself if this is possible.


Yes but you'd have to write & run those scripts through photoshop :-)

Maybe not, I'm not sure, just teasing sort of... but yeah PS is very
customizable with actions & droplets in photoshop. Some of the more
advanced stuff is done in a text editor I think but I really don't know.
Are you any good at programming? Try googling "photoshop .atn" and look
at the action files in notepad.
Reply With Quote
  #3  
Old 03-14-2008, 06:03 AM
Dudley Hanks
 
Posts: n/a
Default Re: Scripting Photoshop?


"Paul Furman" <paul-@-edgehill.net> wrote in message
news:1ynCj.3011$6H.2441@newssvr22.news.prodigy.net ...
> Dudley Hanks wrote:
>> There's another thread going titled "Longshot," or something similar, but
>> this is a really, really, REALLY longshot.
>>
>> Since my screen-reading software doesn't recognize Photoshop's menus, and
>> graphic progs are notoriously hard for visually-challenged users even if
>> they can access the menus, I'm wondering if there is any way to run Adobe
>> via scripts. This is to say, if a guy assembled a script file with
>> whatever commands would be used, let's say "Darken 10%, Increase Contrast
>> 15%, Reduce Cyan by 5%, etc, is it possible to start Adobe with the
>> parameters of the file to use and the command script and run it like a
>> batch processing job?
>>
>> The idea just occured to me that I might be able to make a few
>> adjustments to my shots myself if this is possible.

>
> Yes but you'd have to write & run those scripts through photoshop :-)


>
> Maybe not, I'm not sure, just teasing sort of... but yeah PS is very
> customizable with actions & droplets in photoshop. Some of the more
> advanced stuff is done in a text editor I think but I really don't know.
> Are you any good at programming? Try googling "photoshop .atn" and look at
> the action files in notepad.


Yeah, I do a bit of C++ programming, and a very little VBasic and Java.

Thanks for the starting point, Paul,
Dudley


Reply With Quote
  #4  
Old 03-14-2008, 06:06 AM
Dudley Hanks
 
Posts: n/a
Default Re: Scripting Photoshop?


"nospam" <nospam@nospam.invalid> wrote in message
news:130320082157486017%nospam@nospam.invalid...
> In article <mdnCj.108339$C61.57213@edtnps89>, Dudley Hanks
> <hanks.dudley@gmail.com> wrote:
>
>> Since my screen-reading software doesn't recognize Photoshop's menus, and
>> graphic progs are notoriously hard for visually-challenged users even if
>> they can access the menus, I'm wondering if there is any way to run Adobe
>> via scripts. This is to say, if a guy assembled a script file with
>> whatever
>> commands would be used, let's say "Darken 10%, Increase Contrast 15%,
>> Reduce
>> Cyan by 5%, etc, is it possible to start Adobe with the parameters of the
>> file to use and the command script and run it like a batch processing
>> job?

>
> you can create actions, droplets, or script photoshop itself using
> javascript, visual basic (windows) or applesrcipt (macintosh).
>
> more info:
> <http://partners.adobe.com/public/dev...index_scriptin
> g.html>


Great stuff...

Thanks,
Dudley


Reply With Quote
  #5  
Old 03-14-2008, 06:43 AM
Richard J Kinch
 
Posts: n/a
Default Re: Scripting Photoshop?

Dudley Hanks writes:

> This is to say, if a guy assembled a script file with whatever
> commands would be used, let's say "Darken 10%, Increase Contrast 15%,
> Reduce Cyan by 5%, etc, is it possible to start Adobe with the
> parameters of the file to use and the command script and run it like a
> batch processing job?


Why not just use the best command-line image-processing tool:

http://www.imagemagick.org/
Reply With Quote
  #6  
Old 03-14-2008, 06:57 AM
nospam
 
Posts: n/a
Default Re: Scripting Photoshop?

In article <mdnCj.108339$C61.57213@edtnps89>, Dudley Hanks
<hanks.dudley@gmail.com> wrote:

> Since my screen-reading software doesn't recognize Photoshop's menus, and
> graphic progs are notoriously hard for visually-challenged users even if
> they can access the menus, I'm wondering if there is any way to run Adobe
> via scripts. This is to say, if a guy assembled a script file with whatever
> commands would be used, let's say "Darken 10%, Increase Contrast 15%, Reduce
> Cyan by 5%, etc, is it possible to start Adobe with the parameters of the
> file to use and the command script and run it like a batch processing job?


you can create actions, droplets, or script photoshop itself using
javascript, visual basic (windows) or applesrcipt (macintosh).

more info:
<http://partners.adobe.com/public/dev...index_scriptin
g.html>
Reply With Quote
  #7  
Old 03-14-2008, 03:47 PM
Nashville Cat
 
Posts: n/a
Default Re: Scripting Photoshop?

For help on scripting you can ask questions at: adobe.photoshop.scripting

Here is another place to get help on scripting Photoshop:
http://ps-scripts.com/bb/



Reply With Quote
  #8  
Old 03-14-2008, 05:18 PM
ray
 
Posts: n/a
Default Re: Scripting Photoshop?

On Fri, 14 Mar 2008 04:32:18 +0000, Dudley Hanks wrote:

> There's another thread going titled "Longshot," or something similar,
> but this is a really, really, REALLY longshot.
>
> Since my screen-reading software doesn't recognize Photoshop's menus,
> and graphic progs are notoriously hard for visually-challenged users
> even if they can access the menus, I'm wondering if there is any way to
> run Adobe via scripts. This is to say, if a guy assembled a script file
> with whatever commands would be used, let's say "Darken 10%, Increase
> Contrast 15%, Reduce Cyan by 5%, etc, is it possible to start Adobe with
> the parameters of the file to use and the command script and run it like
> a batch processing job?
>
> The idea just occured to me that I might be able to make a few
> adjustments to my shots myself if this is possible.
>
> Thanks for your time,
> Dudley


Trivial with Image Magick - and it is free.
Reply With Quote
  #9  
Old 03-14-2008, 06:19 PM
dullpain
 
Posts: n/a
Default Re: Scripting Photoshop?

It is very easy, with no code writing at all, to create custom scripts to
make fixed adjustments to images as you suggest.
There is an action recorder that will record your mouse clicks and save this
custom script. You can name it whatever you want and click on it to perform
the action.
As an example: I have used this to create an action that flattens the image,
converts to Lab Color, applies a custom curve, converts back to Adobe RGB.
This is an automation of a well known method for amplifying midtone colors
and contrast.
Another example: because of the brightness of my calibrated LCD monitor I
find that if I make a standard conversion of brightness/contrast to most
images they will print better. This simply requires recording an action that
applies a brightness/contrast non-destructive adjustment layer set to fixed
values of brightness and contrast.


Reply With Quote
  #10  
Old 03-14-2008, 07:51 PM
Dudley Hanks
 
Posts: n/a
Default Re: Scripting Photoshop?


"ray" <ray@zianet.com> wrote in message
news:63vmr1F27ll50U4@mid.individual.net...
> On Fri, 14 Mar 2008 04:32:18 +0000, Dudley Hanks wrote:
>
>> There's another thread going titled "Longshot," or something similar,
>> but this is a really, really, REALLY longshot.
>>
>> Since my screen-reading software doesn't recognize Photoshop's menus,
>> and graphic progs are notoriously hard for visually-challenged users
>> even if they can access the menus, I'm wondering if there is any way to
>> run Adobe via scripts. This is to say, if a guy assembled a script file
>> with whatever commands would be used, let's say "Darken 10%, Increase
>> Contrast 15%, Reduce Cyan by 5%, etc, is it possible to start Adobe with
>> the parameters of the file to use and the command script and run it like
>> a batch processing job?
>>
>> The idea just occured to me that I might be able to make a few
>> adjustments to my shots myself if this is possible.
>>
>> Thanks for your time,
>> Dudley

>
> Trivial with Image Magick - and it is free.


Thanks for the info; I'll check it out.

Dudley


Reply With Quote
Sponsored Links
Reply


Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
scripting.filesystemobject Error Gene B. Windows XP 5 04-02-2008 08:16 AM
Scripting Automator SrikanthVemulapally@gmail.com Windows XP 2 02-08-2008 11:23 PM
outlook today - scripting error chrizoo Microsoft Office 0 08-09-2007 08:55 PM
scripting of bgsound tag doesn't work on IE7 of Vista fw Windows Vista 0 06-19-2007 10:23 PM
scripting dkblee Windows XP 3 05-16-2007 10:41 PM


All times are GMT. The time now is 08:32 AM.


Powered by vBulletin® Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0
© 2004 - 2007 Web-S-Sense Pty. Ltd. Usenet and forums posts © their respective authors.
Ad Management by RedTyger