RetouchPRO

Go Back   RetouchPRO > Tools > Software > Photoshop Elements Help

Notices

Photoshop Elements Help Questions and answers about Adobe Photoshop Elements (all versions).
One question per thread, please.

Reply
 
LinkBack Thread Tools
  #1  
Old 07-17-2007, 03:51 AM
Member
 
Join Date: Mar 2007
Posts: 59
Question Actions in Elements 5 ?

I am familiar with writing scripts in PSP. Is it possible to write scripts for actions in elements 5?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiReddit! Float This Post!Stumble this Post!Google Bookmark this Post!Yahoo Bookmark this Post!Live Bookmark this Post!Share this post on Facebook
Reply With Quote
  #2  
Old 07-17-2007, 08:34 AM
DannyRaphael's Avatar
Moderator
Patron
 
Join Date: Mar 2002
Location: Near Seattle, Washington, USA
Posts: 5,626
Re: Actions in Elements 5 ?

No. Actions can only be written (and modified) in Photoshop.

In many cases Elements can "play" actions, as long as they meet Elements' standards. IOW not all actions will work on Elements.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiReddit! Float This Post!Stumble this Post!Google Bookmark this Post!Yahoo Bookmark this Post!Live Bookmark this Post!Share this post on Facebook
Reply With Quote
  #3  
Old 07-17-2007, 10:23 AM
Moderator
 
Join Date: Oct 2001
Location: Western NY
Posts: 989
Re: Actions in Elements 5 ?

I have not met an action that I can't get to run in Elements.

Scripts, however, are a different thing.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiReddit! Float This Post!Stumble this Post!Google Bookmark this Post!Yahoo Bookmark this Post!Live Bookmark this Post!Share this post on Facebook
Reply With Quote
  #4  
Old 07-17-2007, 11:57 AM
DannyRaphael's Avatar
Moderator
Patron
 
Join Date: Mar 2002
Location: Near Seattle, Washington, USA
Posts: 5,626
Re: Actions in Elements 5 ?

Quote:
Originally Posted by Richard_Lynch View Post
Scripts, however, are a different thing.
Aren't "scripts" in PSP closer in terms of functionaliy/capabilities to actions than scripting? I was assuming that's what she meant.

Quote:
I have not met an action that I can't get to run in Elements.
Good point. You've amazed me many times by the magic can do in this regard. I know of no one more accomplished at doing this type of thing. As long as one has Photoshop or access to someone with Photoshop, the possibilities are practically endless.

Refresh my memory on how you'd approach the following...

For an action that has a STOP command midstream to accomodate, say, a manual operation, e.g., a selection or some sort operation requiring a brush, is the strategy to rearchitect it into two actions (a 'before' and an 'after')?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiReddit! Float This Post!Stumble this Post!Google Bookmark this Post!Yahoo Bookmark this Post!Live Bookmark this Post!Share this post on Facebook
Reply With Quote
  #5  
Old 07-18-2007, 03:56 AM
Member
 
Join Date: Mar 2007
Posts: 59
Re: Actions in Elements 5 ?

Pardon my stupidity but why does one need access to Photoshop to run an action in elements?
Maybe it isn't an action I'm talking about. Example- in PSP there are scripts for turning photos to sketch types. I can run them as is or I can run them interactively and make adjustments as I go. Can I do something like that in Elements.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiReddit! Float This Post!Stumble this Post!Google Bookmark this Post!Yahoo Bookmark this Post!Live Bookmark this Post!Share this post on Facebook
Reply With Quote
  #6  
Old 07-18-2007, 09:20 AM
Steve Conway's Avatar
Senior Member
 
Join Date: Jan 2005
Posts: 1,775
Re: Actions in Elements 5 ?

Quote:
Originally Posted by sharynideas View Post
I am familiar with writing scripts in PSP. Is it possible to write scripts for actions in elements 5?

Suggest you go here. http://www.graficalicus.com/graffishop

This guy has all manner of stuff for PSE, including lots of freebies and actions etc. Somewhere on the site he explains how to install and run PS .atn files in PSE.

Steve C.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiReddit! Float This Post!Stumble this Post!Google Bookmark this Post!Yahoo Bookmark this Post!Live Bookmark this Post!Share this post on Facebook
Reply With Quote
  #7  
Old 07-18-2007, 10:32 AM
DannyRaphael's Avatar
Moderator
Patron
 
Join Date: Mar 2002
Location: Near Seattle, Washington, USA
Posts: 5,626
Re: Actions in Elements 5 ?

Quote:
Originally Posted by sharynideas View Post
Pardon my stupidity but why does one need access to Photoshop to run an action in elements?
It's a good question... Sorry for the confusion.

Photoshop is needed to create and modify actions.

Not all actions created in Photoshop are Elements compatible; for those, Photoshop is needed to rework them so they can be played in Elements.

If an action is Elements compatible to begin with, Photoshop is not needed.

Quote:
Maybe it isn't an action I'm talking about. Example- in PSP there are scripts for turning photos to sketch types. I can run them as is or I can run them interactively and make adjustments as I go. Can I do something like that in Elements?
With the additional info you provided, actions are indeed where you want to go. There are hundreds of actions on the net for creating frames, arty effects, etc.

The rub is in Elements you're stuck with the design, ideas, implementation, setting choices, etc. of the action author because in Elements one can only play actions.

Last edited by DannyRaphael; 07-18-2007 at 10:42 AM. Reason: clarify content
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiReddit! Float This Post!Stumble this Post!Google Bookmark this Post!Yahoo Bookmark this Post!Live Bookmark this Post!Share this post on Facebook
Reply With Quote
  #8  
Old 07-18-2007, 07:23 PM
Moderator
 
Join Date: Oct 2001
Location: Western NY
Posts: 989
Re: Actions in Elements 5 ?

Quote:
Originally Posted by DannyRaphael View Post
For an action that has a STOP command midstream to accomodate, say, a manual operation, e.g., a selection or some sort operation requiring a brush, is the strategy to rearchitect it into two actions (a 'before' and an 'after')?
For that instance, splitting it is what you will do. Hopefully a more clever action can get you around the freehand work ;-)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiReddit! Float This Post!Stumble this Post!Google Bookmark this Post!Yahoo Bookmark this Post!Live Bookmark this Post!Share this post on Facebook
Reply With Quote
  #9  
Old 07-18-2007, 07:25 PM
Moderator
 
Join Date: Oct 2001
Location: Western NY
Posts: 989
Re: Actions in Elements 5 ?

Quote:
Originally Posted by sharynideas View Post
Pardon my stupidity but why does one need access to Photoshop to run an action in elements?
Maybe it isn't an action I'm talking about. Example- in PSP there are scripts for turning photos to sketch types. I can run them as is or I can run them interactively and make adjustments as I go. Can I do something like that in Elements.
Actions will do what you suggest. You don't ALWAYS need Photoshop to run them in Elements. At times you need Photoshop to edit actions so that they will be Elements-friendly.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiReddit! Float This Post!Stumble this Post!Google Bookmark this Post!Yahoo Bookmark this Post!Live Bookmark this Post!Share this post on Facebook
Reply With Quote
  #10  
Old 07-18-2007, 07:30 PM
Moderator
 
Join Date: Oct 2001
Location: Western NY
Posts: 989
Re: Actions in Elements 5 ?

Quote:
Originally Posted by Steve Conway View Post
This guy has all manner of stuff for PSE, including lots of freebies and actions etc. Somewhere on the site he explains how to install and run PS .atn files in PSE.
Steve, I have all that most people will need on MY website...Perhaps you should check that out too. That would be http://hiddenelements.com. I was the first to write the 'how to run actions' paper, and you can find it here: http://hiddenelements.com/actions_whitepaper.html, and I was well into the actions for Elements creation before GC came on the scene.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiReddit! Float This Post!Stumble this Post!Google Bookmark this Post!Yahoo Bookmark this Post!Live Bookmark this Post!Share this post on Facebook
Reply With Quote
  #11  
Old 07-19-2007, 04:06 AM
Member
 
Join Date: Mar 2007
Posts: 59
Re: Actions in Elements 5 ?

Thanks to all of you. I'm bumbling through this stuff, but I'm learning slowly.
Shari
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiReddit! Float This Post!Stumble this Post!Google Bookmark this Post!Yahoo Bookmark this Post!Live Bookmark this Post!Share this post on Facebook
Reply With Quote
  #12  
Old 07-19-2007, 09:59 AM
Steve Conway's Avatar
Senior Member
 
Join Date: Jan 2005
Posts: 1,775
Re: Actions in Elements 5 ?

Quote:
Originally Posted by Richard_Lynch View Post
Steve, I have all that most people will need on MY website...Perhaps you should check that out too. That would be http://hiddenelements.com. I was the first to write the 'how to run actions' paper, and you can find it here: http://hiddenelements.com/actions_whitepaper.html, and I was well into the actions for Elements creation before GC came on the scene.
I was addressing Sharynideas' question. Sorry.

Steve C.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiReddit! Float This Post!Stumble this Post!Google Bookmark this Post!Yahoo Bookmark this Post!Live Bookmark this Post!Share this post on Facebook
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
REVIEW: One-Click - Automated Instant Art Effects - Volume 1 DannyRaphael Photo-Art Resources 2 05-20-2007 01:02 PM
Batch Actions for Elements Users! Richard_Lynch Hidden Power Support 2 07-09-2003 04:10 AM
Batch Actions for Elements Users! Richard_Lynch Hidden Power Support 0 06-20-2003 12:18 PM
Installing Photoshop Actions in Elements - Success! Susan S. Hidden Power Support 1 03-30-2003 01:07 PM
Actions: Photoshop Elements budguinn Photo-Based Art 0 02-17-2003 07:07 PM


All times are GMT -6. The time now is 11:42 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0
Copyright © 2008 Doug Nelson. All Rights Reserved




1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51