Data Sets in Photoshop CS2
I'm trying to learn about scripting in Photoshop CS2. By starting, I just want to import variable data into Photoshop, following the help instructions, however am having heaps of issues.I'm using the...
View ArticlePhotoshop CS6 using javaScript to truncate alpha channel name
Hello, I'm a production artist and I work with PSD files that were created in Adobe Scene7 Image Authoring Tool. These PSDs contain a background layer along with 1-20 alpha channels. My script has to...
View ArticleCS6 Anzeigetreiber musste nach einem Fehler wiederhergestellt werden
Hallo, seit einiger Zeit kann ich PS Dateien nicht mehr über den normalen Ordner öffnen, weil sich Photoshop dann direkt aufhängt und ich es (über den Task-Manager) schließen muss. Ich kann die Dateien...
View ArticleScript to search layer names
Hi - Does anyone know if there is a script that can search through layer names within a file for a specific text string and then select it as the active layer? For instance, if a file has 4 layers,...
View ArticleLayer Sets (groups)
Hi fellas. It's been a while!I tend not to use groups (layer sets) myself, but other people do. I've got several scripts that loop over all layers in a psd and then peform various tasks.Of course they...
View ArticleMove files from one folder to another javascript?
I am running a 3-action droplet automatically using windows task scheduler. Here are the 3 steps:1. Batch file to move files from hot folder to processing folder2. Run IPP (dr brown's image...
View ArticleHow batch export layers to files png in cc
I am having trouble with an export layers to files script i am wanting to batch export layer to png and this script i have seems to be the one i want although every time i run the script i get this...
View ArticleLooking to create script(s) that open a folder of image and save as each...
I used to use the iOpener plug-in to read a folder of images and present each image to me to edit/retouch. When I was done with the image, I clicked a button on a panel and it saved the resulting PSD...
View ArticleLayer Comps to JPG Save for Web
Hello everyone, I'm using the "Layer comp to files" script a lot to send some designs to clients. And sometimes I need to send a lot of JPGs at once, wich are created with "Layer comps to files", but...
View ArticleI need license for Scripts
Hi there,I going to write a script for Photoshop. This is a part of my Bachalor theory. Do I have to purchase a license for adobe? Can I publish the source code or do i need a permit? Thank you
View ArticleIf word found in document do stuff
Hello all, Looking for a Photoshop script that works like this: 1. Search all text layers of opened document for word "Example" - already know how to do this2. If word "Example" is found in document,...
View ArticleCreating a photoshop action to save a batch of images as patterns
I am trying to use Photoshop actions to script about a thousand image files into PAT files. I am running into a problem with actions when it comes to defining a pattern. The program naturally selects...
View ArticlecharIDToTypeID( "xxx" ) Reference
I am using scriptlistener to record some scripts. It is of course filled with this stuff var id41 = charIDToTypeID( "Vrtc" );var id42 = charIDToTypeID( "#Rlt" ); I can figure some of it out. But I...
View ArticleScript to Create Folders Using Photoshop Scripting Mac/Windows
Can anyone help me. I want to create a script to create folders and run the script in Photoshop. I am a real novice at scripting and I do not know if this can be done. Thanks
View ArticleLayer comps to files with auto trim
Hi there,I am using the modified 'Comps to files.jsx' script to export my layer comps (using the label of the layer comp as my file name)http://www.ps-scripts.com/bb/viewtopic.php?f=9&t=5277 It is...
View ArticlePS Script - Change Layer Color
This Is My First Post Here, So Hello Everyone,Hope I Am Posting In The Right Section, I Have A Photoshop File Which Looks Like Shown Above.. The Text 1 2 3 ...15 Are Different Layers..And The Boxes...
View ArticleExiting photoshop from a jsx script
I've written a jsx script which performs a set of automated testing operations for a plugin I'm writing. The intention is that it spits out a folder full of PNGs that I can then externally examine to...
View ArticleColor Correction in photoshop through scripting
Dear Sir I am sathya Murthy Again i have some problem which should answered by scripting experts like you. 1. I have lots of images to be colour corrected.2. Each image requires different type of...
View ArticleMake EditText only allow numbers?
Hi there, I am trying to make an EditText only allow to input numbers, how can I create this on the following EditText field? var w, layout; layout = "dialog { \ text_field: EditText { \...
View Article