ScriptUI reactivity difference
Hi,I'm having some hard debugging time. I can't post the full code here, but basically what is driving me nuts involves ScriptUI reactivity difference; the scenario, to the best of my understanding, is...
View ArticleScript for deleting Hidden Layers which are not used in any Layer Comp?
Hello. I've turend the web upside down searching for a script that would do the following: Search through all the layer comps in the documentCheck which layers are hidden on all Layer CompsRemove/mark...
View Articlesave for web options
I'm having an issue specifying all the options for saving a JPG via save for web. I've looked at the PS javascript reference PDF, and found 18 different options to specify, but here are ones I just...
View ArticleEditted file name to layer
I have a PSD file called "WEB-MUG-12345" - I am able to use a script to put that name into that same PSD file and use actions to change font, size, placement. I need to insert asterisks so in my PSD...
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 ArticleHow to get Ruler Tool angle measurement
Good afternoon all,I'm struggling to find a way on how to use the angle displayed when tracing a line with the ruler tool.This is in order to amend a script that now uses as a condition the width of...
View ArticleBatch image resize/crop
Hi I have a lot of images that need resizing to a specific size (1920x805) and saving out for web (ideally around 200kb max file size) to be used as hero images on a website. Up until now, I have been...
View ArticleDo you have quality control team, retouch team, post-production quality...
There are very specific needs to big workflows on image production.I would like to have contacts with people that are dealing this same issues over large production teams. When the images are so many,...
View ArticleColor Lookup Tabellen ...
Hallo auf: Photoshop-Hilfe | Exportieren von Color Lookup-Tabellen soll man an Punkt 3. "Wählen Sie„Füllung“ > „Exportieren“ > „Color Lookup-Tabellen“. wählen. Habe weder "Füllung", noch kann...
View ArticleListener code to add layer mask fails...
Using Photoshop CC 2014 with all updates. The following script listener code was recorded when I clicked the Add Layer Mask button to add a mask to the active layer. When executeAction is called the...
View ArticleSwatches name from color values
Hi all, How can we get the swatch name from its color value? I looked into the photoshop scripting APIs but couldn't find anything related to swatches. Thanks for any help..
View ArticleDeleting channels is incredibly slow
Photoshop CC 2014 with all updates. My script saves two selections to two channels. At the end I delete the channels using the following function. function deleteChannelByName(channelNameToDelete) {...
View ArticleHow add a pattern to a selection
Using Photoshop CC 2014. I need to fill a selection with a pattern. Interactively I do this with the paint bucket tool. How can I do this in a script? The Selection class provides the fill() method for...
View ArticleNeed help writing a script that batch proccesses images in a folder with...
The short story...I need help writing a script that when ran will check a certain folder for new images then apply different actions to them in Photoshop based on their filename. i was thinking that...
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 ArticleCan't Create Photoshop Extension
I tried following this tutorial: http://www.adobe.com/devnet/creativesuite/articles/a-short-guide-to-HTML5-extensions.html but I can't even get the Hello World extension to show up in Window >...
View Articledoc.resizeImage based on percentage? is this possible
Is there a way to use the "doc.resizeImage" function but resize based on percentage? I've tried the follow but I get errors......
View ArticleHow to strip metadata when exporting to PNG?
When I export a layer as a PNG file (using app.activeDocument.exportDocument and type=ExportType.SAVEFORWEB), the exported PNG file contains a metadata header created by Adobe. When I export manually...
View ArticleSetting values of an Hue/Sat adjustment layer.
Hi everyone!I'm sorry to but I desperatly search a function for photoshop CS5 that changes values of an HUE/Saturation adjustment layer. I searched several times on internet but couldn't find.I also...
View ArticleAuto crop each layer before exporting layers to files
The built in "Export layers to files" script doesn't crop the exported jpeg to the size of the image on each layer. Instead, it keeps the original photoshop file size and puts white around that...
View Article