Sign in to follow, share, and participate in this community.
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... 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,... 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 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... 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... 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... 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... 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. 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... 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 ... 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! 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... Hi there, How do I check if any document is open in Photoshop? Through Photoshop Script Thanks 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... 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... 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... 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... 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... 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... // ======================================================= var idsetd = charIDToTypeID( "setd" ); var desc1197 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); ...