[1. First and formost thank you for the script, it is wonderful. ]
Thanks. I'm glad you like it.
[2. I didn't have the c:\temp folder problem that others hand. However, I can see this as being a problem. I don't normally have a c:\temp folder, I just happened to have one from another project I was working on.]
The script should not have failed like it did. It shouldn't matter if there is a '/c/temp' directory or not. One of the library components writes a log file _only_ when I am debugging it on my machine. I have a '/c/temp' folder on my machine so that's what it defaults to. If there is not a '/c/temp' folder, the log file is supposed to be written somewhere else. There was a bug in the code that handled this situation. Users of the script should never be aware of any of this. I have fixed this already and the change will be in the next release.
[3. I would like to have a border option for the images. I currently use your script to do Photo Posters and I do a black background with a 1 pixel wide white border around each image. So a border option that allows one to set the width of the border and the color and maybe choose if the border is on the outside of the image, center or inside the image like the Layer Effects border option in Photoshop does.]
I explicitly didn't provide any border options. The 'Layer Style' pull down menu gives you access to all of the name Layer Styles currently available in your PS. You can add new named styles to PS and they will automatically appear on this menu. The intent was that users would define new Layer Styles for things like borders. This gives you ultimate customizability of the Layer Styles/borders.
[4. There are some minor nicesties missing. For example if you change the page measuremetns from pixel to inches the default pixel dimensions are left and not converted to inches. ]
Yep. I've debated on whether or not to add that. That part of the interface/code has stabilized so I'll take another look at getting that implemented.
[5. The templates as well as the layer style option need more descriptive names or an in Contact Sheet X preview of them so that we can see what we are getting.]
I like the idea of having a Template Preview. Let me see if there's a way that I can get it smoothly integrated into the UI.
The Layer Style options (on both the thumbnail and caption panels) could only really be previewed in an actual Photoshop document. I can't apply a Layer Style to a portion of the JavaScript UI. However, if I predefined some set of LayerStyles, I could pre-generate previews that I could then display in the JS UI. Let me think on this.
I'll add these items to the Feature Requests here:
<
http://sourceforge.net/tracker/?group_id=173281&atid=864 857>
Thanks for the input. It's been very helpful.
-X