Calling Generator Plugins from ExtendScript
Hi,I hope you can help me out as I'm at the end of my tether!I'm working through the documentation on the Generators Github page, and am having difficulty getting the example for Calling Generator...
View ArticleProblem with TextItem.font property
Hi, In the following PSD there are two font layers.FontProblem.psd - Google Drive The following works correctly on the first font layer,...
View ArticleI want to call ".jsx" file(Adobe javascript) through JAVA... Is it possible?
I have a folder with cr2 images. I have a java library which takes that folder as input and perform some image reorganization functions. I want to perform some Photoshop actions before it. Which I have...
View ArticleExport layers to file script error in Photoshop CC
I need help with an issue. I also asked this in the general forum but was refered here to ask all of you amazingly talented scripting geniuses. My issue is with the Export Layers script that comes...
View ArticleLooping script with new parameters
I'm trying to make this script working in a loop and change parameters in each new loop: var layerRef = app.activeDocument.artLayers.getByName("1");layerRef.visible = true; function saveJPEG( doc,...
View ArticleWhile loop going on infinitely?
I've got this script that finds the layer Tone and duplicates it if it finds it. For some reason it doesn't accept my match = true at the end and just keeps duplicating the layer until I terminate the...
View ArticleCEP Service Manager not found
Hi, I try to develop a Photoshop CC extension panel with the Extension Builder V3. But when I try to run the panel I get an error message saying that the CEP Service is not found. I check the file...
View ArticleLayer Comps To Files - Export error: Could not complete this operation. There...
I have been using the Export Layer Comps To Files scrips that ships with Adobe Photoshop CS5 for a while and found it very useful, apart from the numbers it automatically adds as a prefix to the...
View ArticleJavascript close and save changes without JPG quality dialogue
I am working on a script that exports images from Illustrator and resizes them in Photoshop to be the proper height/width/dpi we need. I send the command through BridgeTalk, and the resize works great,...
View Articleadding image name
I would like to add the image name to images within a particular file. I would like this to be an automated operation. i.e. an action, script, or batch processing.
View ArticleXY coordinates and color ref
Hi,First of all i want to say i'm not a IT so i just try to do the best of me. I’m working on a script to obtain a .csv document with the information about the colour RGB/CMYK and the XY coordinates...
View ArticlePhotoshop Actions
I have multiple images with different colored backgrounds, and I need to place a logo onto each image. Some of my images have lighter backgrounds, while some are darker and I will need to place a light...
View ArticlePhotoshop scripting UI image or icon
Hey There! Im trying to getting familiar with photoshop script UI but i have some issues: I guess it is pretty simple but i did not have any example so i have got no idea! My goal is to use an image or...
View Articlehow to get fillcolor of multiple pathItems?
var paths = app.activeDocument.pathItems;for (var a = 0; a < paths.length; a++) {path[a].fillcolor // ti is undefined} who can tell me how to get fillcolor of multiple pathItems? jellythx.
View ArticleExport co-ordinates/layer bounds
I'm looking for a simple script that will export the coordinates (layer bounds - top left x,y) of the layers to an seperate xml/txt file. I've google searched and the examples i find give far to much...
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 ArticlePhotoshop 2015 artboards in scripting
Anyone seen info / had a chance to test how artboards will workout in scripting? I guess data model could be pretty similar, i.e. an artboard is just new kind of group. The primary effect is in...
View ArticleHow can I edit a droplet for Photoshop 6?
How can I edit a droplet for Photoshop 6? The company hired somebody to set up the droplet years ago, and nobody remembers how it was set up. The computer that was used to save the files has crashed,...
View ArticlePS-Scripts.com temporarily suspended?
Hi,I've run into this page when trying to visit good old ps-scripts.com: Never seen anything similar over the years - has anyone some news about it?Thanks! Davide
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