• Bug in layer resize.

    I reported a bug today I feel could do some nasty thing to document when you use resize() to re-size a layer. Particularly if you have used suspend history.  It looks like resize for some unknown reason backs the...
    JJMack
    last modified by JJMack
  • If 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 this 2. If word "Example" is found in document,...
    Apod42
    last modified by Apod42
  • I 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
    scrubber_de
    last modified by scrubber_de
  • Exiting 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 make sur...
    RichardMunn
    last modified by RichardMunn
  • CS6 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 d...
    IraShana
    last modified by IraShana
  • Photoshop document save on Mac throws Error : The document has not yet been saved.

    Hi, I have a very simple script that would save the changes in a PS document. The script is as practically as mentioned below : if(app && app.activeDocument) {      app.activeDocument.sa...
    JSinha
    last modified by JSinha
  • Layer 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 fall over if...
    Ghoulfool
    last modified by Ghoulfool
  • 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
  • Script progression caught on Layer Group Parent

    I have this code to progress down a doc and offset - it gets caught on Group Folders - the LayerSet Parent Node. Anyone have an idea how to rephrase this - to get it to progress past the layer group folder and on to t...
    Hoffbrau
    last modified by Hoffbrau
  • Layer comps to files - add a suffix instead of prefix?

    Hi,   I'm trying to change the script so that I can input a suffix that will be the same for all the files the script is gonna save. Basically the same thing that the prefix dialog box does but I want that text ...
    Simonep
    last modified by Simonep
  • How to display dialog in center of application?

    Hi there,   How do I place a dialog at the center of the application? (I am using javascript to create this script)   Thanks in advance!
    Gespinha
    last modified by Gespinha
  • How to pause a script then resume?

    Hello all,   Is there any way I can pause the running of a Photoshop script, do some manual actions, then continue with the running of the script (when I press a key or hit OK in some sort of dialogue). Did some...
    Apod42
    last modified by Apod42
  • How to check if any document is open?

    Hi there,   How do I check if any document is open in Photoshop?   Through Photoshop Script   Thanks
    Gespinha
    last modified by Gespinha
  • 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
    last modified 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
  • 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
  • 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