Scripting Listener CC2015?
Hi,is the Scripting Listener plugin here: Adobe Photoshop Scripting | Adobe Developer Connection the latest one / CC2015 ?It's in the Photoshop CC section, dated March 2012, and bundled with the CS6...
View ArticleIs this possible to draw rectangle using Fixed Ratio based on the product...?
Hi Everyone, Is this possible to draw rectangle selection using Fixed Ratio("2:3" or "4:5") based on the product...? I have T-Shirt image on the background and I need to draw rectangle using Fixed...
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 ArticleHow to get the style of a layer using photoshop scripting ??
As I know there is a method ApplyStyle(string) which is uesd to apply the specified style to a layer. But I really don't know how to get the style name of a layer ? Anyone who knows? Please help me!...
View Articlecopy fonts associated with photoshop using jsx
Hi everyone!What I want to do is to copy a font associated with current text layer (font name) in some other directory. The main issue I have run to is that app.activeDocument.activeLayer.fonts[i] is...
View ArticleScript for saving "folder.jpg" thumbnails?
I can't seem to find an alternative to File Explorer that lets you set a custom image for folders, so I have had to manually create folder.jpg thumbnails. The annoying part is when I hit save,...
View ArticleFind out if tab is selected in tabbed panel?
I have a dialog that comes up with some options housed under two tabs: var tabs = main.add('tabbedpanel') var single = tabs.add('tab', undefined, 'Single') single.orientation = "column"; var multiple...
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 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 ArticleI can't install a custom extension on Photoshop CC 2015, help!
Hi there, I've developed several small plugins for Photoshop CC 2014 and as I was developing them I would just add them to the CEP folder for testing and update the manifest file and they would appear...
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 ArticleSave JPG copy to specific path
Hi, I want to link an action to a key so that when i click, it saves the PSD that i am working on, but additionally saves a JPG copy in full resolution low quality (to share through dropbox) to a...
View ArticleQRCode too slow to generate. There are alternative methods?
Hi, i write a code for make a QR code.First i write it using selection... this is the relevant part: for (var iy = 0; iy < riga; iy++){ //riga is the number of modules in a row of the QR for...
View ArticleScript for selecting a hidden layer (while unhiding it)
So I'll ask two versions, one for the tl;dr crowd and one for the detail-oriented folk. The short version:Is there a way to make a script that'll reveal a hidden layer and select it. For me it would be...
View ArticleImport Excel table into Photoshop
I would like to be able to import fields from Excel into Photoshop CS4 and have the Excel information print directly onto the photo image as a line of text across the bottom and layered over the image...
View ArticleBatch median script
I'm working on a timelapse project where I'm combining multiple frames shot on each day into one stacked median frame. The final timelapse will be a sequence of these median images. I'm trying to piece...
View ArticleonClick event not working when trying to open an image in Photoshop CC2015...
Hi, I'm currently writing an extension for CC2015 that opens a panel containing some tab layouts and some buttons.I want the buttons to perform an onClick function that opens a PNG file in Photoshop...
View ArticlePS Panel: How can execute actions from a Select box (dropdown menu)?
I need some help with this. Want to create a Photoshop Panel with a Dropdown menu wich is just a Select Box with different options,each option must to execute an action. Couldn't found examples, an...
View Articlescript trial
Goodmorning everyone,I created the script and I wanted to get them to try .jsxbut 'I would put a limit of use of 30 days, or for a limited timehow I can proceed. Thank you
View ArticlePhotoshop text size bug???
I think there is a bug in the Photoshop scripting DOM with the text size. The wrong text size is being reported if an image is resized after the text layers were already created. It reports the...
View Article