• Photoshop Script - WaitForRedraw function doesn't work

    Hi there,   I am trying to make a 'palette' show and stay visible and I am using a WaitForRedraw function, but it returns that it is not a function. This is what I have:       function WaitF...
    Gespinha
    last modified by Gespinha
  • Repeat event across all open document tabs

    Hi there, I'm trying to have it that hitting a hot key combination would start listening for the next user event (let's say select the background layer) in my active document and then replicate this event immediately...
    fbouchard921
    last modified by fbouchard921
  • Difference between variable UI layout and add() method UI layout?

    Hi there,   What is the difference between a variable UI layout and add() method UI layout?   Variable UI layout is something like this:   var windowResource = "palette {  \     o...
    Gespinha
    created by Gespinha
  • Create Script to Append a Filename as Part of an Action

    I have an image, and I have a handy action that saves it, crops it, saves it again, crops it differently, and saves it one more time. Right now, I have two options for those saves--I can either save each crop in a sep...
    ajphotoshopbeginner
    last modified by ajphotoshopbeginner
  • Changes to Photoshop CS5 and Applescript

    Looks like there are some major Applescript changes to CS5, which is unwelcome for anyone with existing scripts. From what I can see, the difference (that affect me anyway) are   a) PSCS5 seems to dislike referr...
    Peter Payne
    last modified by Peter Payne
  • Adding options to a button?

    I've got the following code: obj = w.add('panel', [45,50,350,135], 'Title'); How do I add options, such as size, margins, alignChildren to this panel? If I would do this in Script UI I'de do something like this: var...
    Gespinha
    last modified by Gespinha
  • how to get any location of image color data?

    // ======================================================= var idsetd = charIDToTypeID( "setd" );     var desc1197 = new ActionDescriptor();     var idnull = charIDToTypeID( "null" ); ...
    roychen
    last modified by roychen
  • App.open options when opening a newer version photoshop file by an older version of photoshop, App.open options when opening a newer version photoshop file by an older version of photoshop

    So, where I work, we have a script that handles all of our heavy lifting.  This script is running on CS6, and all of the users are running CC 2014.  Now when the CS6 machine opens a document with any type of...
    d1g1talphyre
    last modified by d1g1talphyre
  • Photoshop Script - access UI layout within variable?

    Hi there,   I've got the following variable as a UI layout of a window, I am trying to access btn_one button, but with no success.   var w = new Window("dialog {  \     margins: 15, \ &...
    Gespinha
    last modified by Gespinha
  • adjusting a copy/paste layer

    ok so I'm trying to copy past a picture onto another picture to replace a sad face to a happy face but i can't resize the layer or adjust it in any way. does anyone know how to do that?
    lizzers89
    last modified by lizzers89
  • Watch Folder

    Hello,   Is there a way to have Photoshop watch a folder for new images and run some actions on the newly added files - after which removing the original from that folder.   I need to automate the follwoin...
    vdiaz761098
    last modified by vdiaz761098
  • weight of gif animation changes

    When I "save for web" a gif animation in photoshop its optimized at 72k.  I then check it in file manager and its 102k???!!!  I've made many web banners this is the first time it's ever done this.
    suediskinli
    last modified by suediskinli
  • Photoshop Script - Javascript: Returning value of input field?

    Hi there,   I've got the following input "edittext" field being rendered in a window. How can I return the value that has been input in it?   cal_char = cal.add('edittext', [25,40,135,60], '1');   I ...
    Gespinha
    last modified by Gespinha
  • doc.layerSets.getByName fails randomly

    Hi,   after upgrading from CS6 to CC last week one of our scripts broke. Basically the script opens multiple files and merges them into a single one, during that several calls to doc.layerSets.getByName("layerN...
    mschiessl
    last modified by mschiessl
  • ESTK: 'select including brace' doesnt't work

    On Adobe ExtendScript Toolkit when I want to select all the code inside a brace, I have 2 options that just don't work.   - select to brace - select including brace   this makes me and any script work ...
    Pedro Marques
    created by Pedro Marques
  • Can you look up a Hard Drive name in Extendscript?

    I'm running:   alert(Folder.desktop.fsName)   Which brings up:   /usr/home/<<userName>>/Desktop   I need it to bring up:   <<hardDriveName>>/usr/home/<<userN...
    iamwickedtall1
    last modified by iamwickedtall1
  • Photoshop Script  Black and White Raster to Vector

    I do not have AI Adobe for I do not want to spend the money and have to learn an other complex Adobe application. I'm no artist either.  However at rimes I wanted  to have AI live trace feature to change bla...
    JJMack
    created by JJMack
  • Photoshop 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 make a new...
    Christopher Panny
    last modified by Christopher Panny
  • How 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 error message "coul...
    Tristanbalor
    last modified by Tristanbalor
  • Photoshop 2014.2 bug with duplicating layers in different doc

    Encountered an issue with Photoshop 2014.2 that occurs when I try to use some_basic_bitmap_layer.duplicate(some_layer_in_different_doc, ElementPlacement.PLACEAFTER). So this is code that has been pretty much unchanged...
    Matias Kiviniemi
    last modified by Matias Kiviniemi