Display thumbnail of PSD on ScriptUI dialog
I'm wanting to display a thumbnail sized jpeg or png image representation of a high resolution PSD on my ScriptUI dialog, and without having the PSD open and active. Any advice or suggestions to get me...
View ArticleExport only a single layer as image without hiding other layers?
I know I can just make only one layer visible and then save as e.g. PNG. But my question is - do I have to make all other layers invisibile in order to save only my one single layer as image? Or is...
View ArticlePossible to add 1,2,..,N different buttons on conditional array length?
I have an array with 1, 2 , or more elements I want to open an UI dialog with buttons as many as my Array length. AND I want to be able to personalise every single function() onClick for each single...
View ArticleResize Layer with action but not in %
Hi,if i register an action to resize a layer in inches or in pixel, the action will be registered only in %.So if i would like to resize many layer with different dimensions, i can't have all in the...
View ArticleHow to check the layer's color?
I want to check the layer's color in the photoshop script (javascript). I'm writing a file exporter and I want to do one thing or another depending on the layer's color.
View ArticleCreate strip from image sequence
I need a script or action, or droplet or something that will take a folder of images and create One Image strip from it. Basically I have animations I have rendered out as frames that I need to put in...
View ArticleWill KillWhite run on Photoshop CS6 64-bit?
So - now that I am in need of what looks like just the most perfect and amazing solution... am stymied about getting it to work with CS6 Photoshop Extended (64-bit) - what am I missing?When I run the...
View ArticleCS6 png save options
I've got a major script I use that performs .png saving every few seconds, but apparently there are some new compression options in CS6. Is there a way for me to have the script use the "Smallest /...
View ArticleSave in file location?
Hey all. I'm really confident with actions, but new to scripting. I'm looking write something to 'save as' a file into the open file's location. So whatever file I'm working on, when I run the action...
View ArticleGetting old font size value of text after image resizing.
Hi all, I write the script of getting font size of the text layer. I am getting old font size after image resizing. Following are the steps:- I write the function to get the property of selected text...
View ArticleHow to save layers with cropping?
I want to export layers to files (basically what "Export Layers To Files.jsx" does) but with cropping each layer (to different sizes). I know how to crop a document from script, but that also crops all...
View ArticleSelect all layers with the same name
I'm setting up a bunch of actions in PS Cs5 but I've hit a wall with the way photoshop selects layers by name.If I name two layers "example" and have an action that selects "example" it will only...
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 ArticleHide/Show specific layers
Hi, How can I Hide specific layers and then show one layer? Im making a pannel with configurator 4 to help me with some things. what I would like to do is, I have some layers and I want to show only...
View ArticleA script for "Save for Web" as .jpg
I found a script that saves the current selected document in Photoshop as .png to the Desktop, and use it all the time. function main() { // declare local variables var doc =...
View ArticleMantain the same name with whitespace
I'm trying to make some batch operations on images. All works great, but I noticed that the image name are changed. When I save my image, if the name contains space, photoshop automatically convert...
View ArticlePhotoshop Actions and Batch Processing Snafu
Good Day,I need to batch process thousands of files, the end result being their dimensions should be no larger than 200x200px. My problem lies that I need to rotate the portrait-oriented files to a...
View ArticleConditional Image Resizing
Hi Ive been using batch processing in photoshop since version 7, however Ive recently found the need to do conditional actions - which apparently can be done with photoshop scripting. What Im trying to...
View ArticleAbout progress bar and Photoshop
I have been reading a lot about how to make a progress bar in photoshop (scripting) and my conclusion is that it is not worthy. The only way to make a progress bar is by using Palette window but...
View Articletime of opening document
Hi, is there a property to read, at what time a document was opened.Target is to know how long it took to edit a document.File will be opened via the File - Open dialog, at that point no scripting...
View Article