Exporting Layers as Files with RGB & Coordinate Info?
Using CS4. Trying to figure out a way to export layers in a PSD as individual files WITH coordinate & RGB values in the file name..... I know the "Export Layers as Files" script already exists......
View ArticleCan a script change visibility on a mask?
QUES 1I may require a script to perform a certain function. One thing it will have to do is to paste a mask into the channel layer of a Smart filter. i.e. When a Smart filter is created, an additional...
View ArticleBatch processing PDF to TIFF
Hello,I have about 1000 drawings in PDF format that I need to convert to B/W TIFF files. I thought I could easily do this in Photoshop (CS3) and then I hit a snag. In the Open form for the PDF there is...
View ArticleExpand/Contract Layer Groups
So I spent the evening researching a way to expand/contract a layer group.. normally we have to click on the small triangle icon that appears before the layer name in the layers panel to expand the...
View Articleload a Match Colour Statistics file (.sta) from script?
Hello all, I am trying to load a ".sta" file from an applescript? It looks like this is not in the Photoshop applescript dictionary.does anyone know if there is a location where i can place the file so...
View ArticleIs it worth it for me to learn scripting in PS?
I have absolutely NO experience with javascript, and I have failed miserably every time I have attempted to learn. Should I leave Photoshop scripting to the pros? I work in an environment where we are...
View ArticleReturn Individual Values From Array as Variables
Is it possible to loop through the channels and return their individual RGB values and names so they can be assigned to a var to be used later in the script as well as to build and populate a scriptUI?...
View ArticleDialog button, triggers keyboard key
Ok so I'm new to scripting and I hope this makes sense. I'm trying to write a script that works with adobe configurator 4 script button. It's a button on a dialog that runs a script on clicking the...
View ArticlePhotoshop (CS4)-Saving out layers & names?
I was wondering if someone can help me out. I am trying create an action-script and can't seem to make it happen. Specifically, I have a Photoshop file with five layers. Each layer having it's own...
View ArticleHelp needed to enhance Image Processor Pro Script to save transparency in TIF
Hi everyone, this is my first post in this community. We have a droplet which reduces the resolution of tif images to 72dpi and save the tif image with transparency. This works fine, but it took to...
View ArticleMouse coordinates?
One last thing I will try before starting my project is to shave a bit of time off of it. Currently, I've got a script I've been using for months now that selects 95x95. I use another script (or...
View ArticleCreating .ACB (Color Book) file from .ACO (swatches) file
Is there a way to convert a .aco file to a .acb file? I really need my colors to be visible in the Color Libraries section of Photoshop to use with Color Layers.The .acb files are the files located in...
View ArticleScripting and automation advice - Batch processing and final naming
Right now I am using actions to automate the creation of some 3d mockups. The actions work well, but there seem to be some limitations I can't get around and I assume the scripting is what I need to...
View ArticleNaming Layer Set ?
var layer_c = app.activeDocument.layerSets.add();layer_c.layerSets.add().typename("layera"); How do I name a LayerSet ? What am I doing wrong ?
View ArticleMove a layer/layerset into a layerset using ID only
I'm trying to move a layer into a layerset using it's ID (not name or index). This function below works if I use putName instead of putIdentifier, does anyone have some code that will move a layer...
View Articleprompt() dialog box
I am developing a script to add a custum guides set to a Photoshop document. I use prompt() function to get input from the user. The script works but it is not effificent when collacting the input...
View Articlemultiple guide sets
In another thread a poster asked about multiple guide sets: http://forums.adobe.com/message/4062904#4062904 It would seem that this should be fairly simple to achieve with writing guides’ properties...
View ArticleHow to get corner radius of the shape object.
Hi All, I am trying to get the corner radius of the shape object. Is there any way through which I can get the corner radius of all the corner of the shape object? Thanks in advance..
View ArticleSwitching from Corel to Photoshop CC
Hi, I currently use Corel Paint Shop Pro X5, and am looking to move to Photoshop and the CC. However I'm struggling to replicate my daily tasks in PS at the moment. One of the operations I do daily,...
View ArticleGetting help with Ps Scripting is a Nightmare
I've posted numerous times to get help with some scripts I'm working on. There is only one person who is active in this forum and that is c.pfaffenbichler, whom is helpful, but no one considers that...
View Article