Saturday, November 29, 2008

Adding Styles in Photoshop Elements 6 (Mac)

There are a wealth of styles and actions available to add to Photoshop Elements, both free and for purchase. However, many users have difficulty installing them. When I was first trying to figure out how to add some new ones, I could not find a good comprehensive walk-through of the process for a mac computer, so I’ve put one together here to maybe be of help to someone else!

Get your style file ready (.asl). I drop it on my desktop for easy access. Open the following folder: Microsoft HD/Library/Application Support/Adobe/Photoshop Elements/6.0/Locale/en_US/Photo Creations/layer styles.

Drop the .asl file in that folder.

Then, if you want it to show up by itself on the drop-down menu (instead of having to view ALL your styles to see it), follow these next instructions:

Go back up to Microsoft HD/Library/Application Support/Adobe/Photoshop Elements/6.0/Locale/en_US and open the Photo Creations Metadata folder, and then the folder called "Layer Styles."

Right click on one of the .xml files and choose "Open with... Textedit." Here is what you will see:

<?xml version="1.0" encoding="UTF-8"?>
<psecontent xmlns="http://ns.adobe.com/PSEContent/1.0/">
<global>
<type value="style">

<typecategory id="CatBevels" value="Bevels" localize="true">
</typecategory></type></global>
</psecontent></blockquote>

Let's say that your style is called "BlueStripes."

Use FILE SAVE AS to save it in that same folder with the name of the style, "BlueStripes.xml." This file name needs to be the same as the .asl file you started with. It will ask you if you want to use .xml or .txt as your file extension, and you need to choose .xml.

Then, In the text above (in the texteditor), change both instances of "Bevels" to "BlueStripes," and ONLY change that. So then, it would look like:

<psecontent xmlns="http://ns.adobe.com/PSEContent/1.0/">
<global>
<type value="style">

<typecategory id="CatBlueStripes" value="BlueStripes" localize="true">
</typecategory>
</type></global></psecontent>

Then, save your changes using File>SAVE this time.

Okay, you're ALMOST done.

At this point, go back to Microsoft HD/Library/Application Support/Adobe/Photoshop Elements/6.0/Locale/en_US, and rename the file called "MediaDatabase.db3" to "MediaDatabase.old." This will cause Elements to rebuild the styles so yours shows up.

Now open Elements. It will take a little longer to start because it is building the new media database, but when it does finish loading, your styles should be in the drop-down styles menu under their own name!

I should add that I NEVER could have figured this out without Wendy at Elements Village (who also hangs out here). That site is a GREAT resource with some really ncie people who have full knowledge of elements.

No comments: