Script to Zoom In and Out at specific increments
I have dabbled with javascript in the past, but I'm a total newb at scripting Photoshop. What I need is a script I can use to zoom in at specific intervals and another to zoom out at the same...
View ArticleSegregating Scripts
Has anyone come up with a solution to organize scripts in the File > Scripts list by segregating scripts into folders, when you visit the File > Scripts list, everything is organized ?
View Articletreeview widget not supported
Hi, I created a script for photoshop cc2014 it uses a tree view to display the layers of the document and when I updated to photoshop cc2015, i get the message: 'TreeView is not supported' instead of...
View ArticleHow to insert EXIF date time data on photo using Photoshop CS5.5
Is there any script or function available in photoshop CS5.5 which can help me in inserting date time from EXIF onto the photograph.An automated solution which can do multiple images at once will be...
View ArticleFile Name editing if condition applies
Hello, Is that possible to read the file name and rename if the condition applies. Example:We receive files with the name as shown below, I need the last 4 digit need to be removed and save the file as...
View ArticleScript Alert: "Sorry I could not process the following files" (Error Message...
I'm a seasoned Photoshop/Bridge CS5 user who recently upgraded to CS6. In Bridge I just ran my first Image Processor batch, trying to convert a set of RAW .NEF files to .PSD files with a basic editing...
View ArticleHow can I automate a batch crop and straighten function on single pics?
Here's my problem. I have to shoot thousands of pics of baseball cards. The cards are of varying sizes but they're rectangular in shape. I need to crop out the background (black velvet) and maybe...
View ArticleHow to get user input for Auto-Align Layers
Anyone know how to get user input when auto-aligning layers? Setting DialogModes.ALL from the ScriptListener code does not appear to work (as shown below). RunMenuItem(app.charIDToTypeID("Algn"));...
View Articlecalculating 'Location' on Gradient Map
Hi everyone,Can you please tell me if there's a way to calculate Location for Gradient Map color swatch so it'd chime in with original color?Here's an example:I have three circles and a gradient map...
View ArticleCheck file informations and respond
Hello Guys, Is that possible to check the file informations like images dimension, layer naming, path name, channel if any, and resolution of the file. And if all the points are matching, the file need...
View ArticleListbox columns not working in Photoshop CC 2015
Hi, Just updated from CC 2014 to CC 2015 and my scripts broke. After debugging I've narrowed it down to the use of a listbox with columns. For some reason the new version fails to create the columns at...
View ArticleHelp with save as (tiff compression options) javascript
Hi can someone please help me alter this script from 'psd' to 'tiff'. I would like the script to specify particular compression options and I'm not sure how. var saveFile = new...
View ArticlePhotoshop JavaScript fill layer creation question
You can probably guess what I'm trying to do by this snippet:var docRef = app.activeDocument; var layerRef = app.activeDocument.artLayers.add(); layerRef.kind =LayerKind.SOLIDFILL;I want to script the...
View ArticlePhotoshop CC
HelloFriendsCan you beaproblemforme,I'mthere to helpIusePhotoshopCCin 2015, but when he turned onmeaPSDProgrammeattigiMeI'm waitingfor hoursin...
View Articleflyout
Is it possible to add a fly-out menu to the scripts menu (File > Scripts) one can shorten the scripts list for organizational purposes by placing scripts within the fly-out ?
View ArticleBatch replace smart objects
Hello, I have very minimal scripting knowledge, and every script I've found for this workflow is partial or results in "undefined". I am on a mac running Photoshop CC (latest update). This is what I...
View ArticleBrush Roundness + Angle
I am working on a custom HTML panel for controlling brush parameters to improve my workflow. By using the ScriptListener I was able to get a simple script to change the size of the brush...
View ArticlePhotoshop CC Update broke Try/Catch on ActionSets
Can anyone else, running the latest version of Photoshop CC, confirm that an error message is being popped up whenever you use a try/catch to attempt to run an action that doesn't exist? Below is an...
View ArticleApplying files in PS in bulk
I use the script below which turns every group into a JPEG. It works perfectly. I select a PNG design to go into a smart layer in Photoshop which then sits on an image of a product. My question is, I...
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 Article