Get layer style parameters?
How is it possible to set and get layer style parameters? For example read out stroke size, shadow distance, etc...
View ArticleIs there a way to read/write original .xmp settings of a CR2 loaded as smart...
Hello all. This has been asked in varying degrees before, but many of the discussions I found relative to my question are from the period 2010 to 2013. Thought I would throw this out there again medio...
View ArticleBatch HDR creation script
I have created a Photoshop Script (using JavaScript) for batch creation of HDR images.I have used theseprevious discussions during implementation. In the beginning part of the script there are some...
View ArticleApplescript Photoshop batch
Hello ! I'm trying to make an applescript that will run a batch procedure in photoshop and I don't know how to write its code. Let me show my script : setpasta_eventotochoose folderwith prompt...
View ArticleOnsite Photo Booth Manager Released to Open Source
Hi, Over the past 8 years of writing actions/scripts, then consolidating everything via a VB.NET program, I've nowreleased to Open Source a program that manages a photo booth stream of incoming images,...
View ArticleNeed help Saving file via script with a different file name
Hi... new to scripting here, but I think this can be done... just not sure how. I have to run an action on 1000s of images,and then save each file with a slightly modified filename. original filename:...
View ArticleNeed script to batch import images into PSD layer
Hi,I have a large group of identically sized Illustrator PDF images (I could convert these to jpeg and resize separately...). I need to import each of these into a specific part of another image, which...
View Articlesendkeys to PS via .js script
Hello, I want to call a recorded action thru a custom panel button (the action to call is a plugin-function, which I cant access thru the panel configurator) .So I assigned shortcut-keys for this...
View ArticleMove layer to an absolute position, not translate
I have images that have white scalebars of varying lengths on a black background of which I would like to copy and create new layers with my own personalized scalebars (e.g. height, stroke, color,...
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 ArticleBug with Liquify in CC 2014 - Actions/Scripts
I am trying to open the Liquify filter from either a script or action, but it only works if I first have a mesh. var idLqFy = charIDToTypeID( "LqFy" );executeAction( idLqFy, undefined, DialogModes.ALL...
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 ArticleApplescript Photoshop batch
Hello ! I'm trying to make an applescript that will run a batch procedure in photoshop and I don't know how to write its code. Let me show my script : setpasta_eventotochoose folderwith prompt...
View ArticlePhotoshop javascript: Open files in all subfolders
Hi guys I'm very new to javascript, and general Photoshop scripting. My script is coming on well, but I struggle working with files and folders. It's a lack of basic javascript knowledge, which I need...
View ArticleFind and replace text in multiple Photoshop files?
Hi there, Let us say I have six Photoshop files: 1.psd, 2.psd, ..., 6.psd. All of these files contain the word “LoremIpsum” in random text layers, within each document. Is there a way I can search for...
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 ArticlePhotoshop - combine red and green channel images into a merged image?
Hi, I am a developmental biologist carrying out experiments on a type of microscope known as a Confocal Laser Scanning Microscope (CSLM). Basically, this is a microscope coupled to some lasers which...
View ArticleCreating .ACB (Color Book) file from .ACO (swatches) file
Is there a way to convert a .aco file to a .acb file? I really need my colors to be visible in the Color Libraries section of Photoshop to use with Color Layers.The .acb files are the files located in...
View ArticleRequest for Script - Restitching image tiles
I originally posted this in the Photoshop Mac forum and it was suggested I post here for some help. I'm rendering out a large-ish print piece (7500x5000pixel HDR) in my 3D app, Cinema 4D. It has a...
View ArticleEdittext and onChanging event
Hi friends I´m creating a dialog and one of the fields in this dialog should accept only numbers. So I thought I could use a combination of Regex and onChanging function with the edittex. Here´s the...
View Article