-
1. Re: Photoshop Logo Resizing Script
JJMack Jul 26, 2010 8:04 PM (in response to Josiah S)I think all of what you want to do can be done in an action which would be much easier then writing a script.
However there are script that you can download that can help you learn to order layers and add layer styles in a scripts for example http://morris-photographics.com/photoshop/scripts/sort-layers.html. Have not seen any that transforms layers or selections you may want to install the ScriptListener plugin and do some transforms to see if you can come up with a function to do the transforms you want, You may need to enter both width and height you should have no problem constraining the transform to the origimal aspevt ratio for you can get canvas size and layer size in a script.
I think I may have done a major portion of what you want to do in an action. My crafting actions package contains a sample action that add three watermarks to any size document and sizes the watermarks for the document size. The three sample watermarks include a custom colored logo a custom shape and a custom text layer.
Package
http://www.mouseprints.net/old/dpr/JJMacksCraftingActions.zip
Contains:
Action Actions Palette Tips.txt
Action Creation Guidelines.txt
Action Dealing with Image Size.txt
Action Enhanced via Scripted Photoshop Functions.txt
CraftedActions.atn Sample Action set includes an example Watermarking action
Sample Actions.txt Photoshop CraftedActions set saved as a text file. This file has some additional comments I inserted describing how the actions work.
12 Scripts for actions
-
2. Re: Photoshop Logo Resizing Script
Josiah S Sep 10, 2010 12:13 PM (in response to JJMack)I ended up creating a set of actions. It's not completely automated, but I can now resize logos in a matter of seconds instead of a half hour. Thanks.

