Thanks to a lot of help by other on several boards, I have managed to get Richard's "Dynamic Image 5.0" package working with Photoshop Elements 6.
Here is what I did:
- Copy Color Correct.atn and Dynamic Image.atn to C:\Documents and Settings\All Users\Application Data\Adobe\Photoshop Elements\6.0\Photo Creations\photo effects (This is for XP - I understand that the Vista directory is a bit different).
Note that the "Application Data" directory is a hidden file and you have to turn on the "Show hidden folders and files" option in the folder options in order to be able to view it.
- Open up the thumbs.psd file that came with Dynamic Images in Photoshop Elements. You need to save each layer as a separate PSD file. So you will have the icon for Dynamic Image icon saved as Dynamic Image.psd and the Color Correct icon saved as Dynamic Image.psd. Save these files in the same directory as the atn files you just copied.
- Restart Photoshop Elements. It may take a few minutes for PSD to find it but if you click the "Photo Effects" button in the Effects palette and then select "Show All" from the drop down list you will see the effects.
If you want the Effects to have their own category in the drop down list, you need to do a bit more work.
- Go to: C:\Documents and Setting\All Users\Application Data\Adobe\Photoshop Elements\6.0\Locale\en_US\Photo Creations Metadata\photo effects (Assuming you are in the US, use your locale if not)
You will see a bunch of XML files there (one for each of the Adobe supplied effects).
- Open one of the xml files in a text editor. It will look like this:
Code:
<?xml version="1.0" encoding="UTF-8"?>
<PSEContent xmlns="http://ns.adobe.com/PSEContent/1.0/">
<global>
<name id="Name" value="EFFECT-NAME" localize="true"/>
<type value="effect" />
<typecategory id="TypeCat" value="EFFECT-CATEGORY" localize="true" />
</global>
</PSEContent>
- Change EFFECT-NAME to the name of the effect (either "Dynamic Image" or "Color Correct").
- Change the EFFECT-CATEGORY to the name you want the category to be. I used "Dynamic Images".
- Save the file as the effect name with a ".xml" extension, i.e. "Color Correct.xml" or "Dynamic Image.xml".
- Restart Photoshop Elements. It may take a few minutes for PSE to find the changes, but after a while you will see your new Category in the Photo Effects drop down list and you should see the two effects listed when you select the category.
I hope this is understandable and helpful.
If it looks too complicated for you, just wait for Richard to release version 6 of the tools.