How to manipulate mutiple selected layers in photoshop through ExtendScript?
I can't seem to figure out how to access the multiple selected layers in ExtendScript for photoshop. I came from scripting for 3ds max and maya and flash. I can easily manipulate selected layers as an...
View ArticleScript for rename PSD layers
Hello,I have a lot of PSD documents and have to rename the layers.The layer names are like “natural environment - 89, natural environment - 103” and I want to rename them “environment_89,...
View ArticleCreate text layer on click
I'm not asking how to write this code, I'm asking if it's possible. If it is, I'll figure it out. Let me first explain what I do so you'll understand how the script I need can help me.I design digital...
View ArticleWhat are the main Principe to create Photoshop extensions CC 2014-2015.
Hi ! I'm setBreckets, it automatically creates the extensionfolder in the<Users>\AppData\Roaming\Adobe\CEP\extensions\, butthe extensionmenuinPhotoshopdoesn't appear. 3-4 monthsagomade the...
View ArticleAction to save the days date in file name using one PS file.
Hi, I have created an action in PS CC to save a file in 5 different locations. In some of the locations I need the days date added to the file name. I am using Image Processor Pro which adds a date...
View ArticleClose "Info" Panel with a script
I have a script the takes a color sample when the script runs. When that happens, it opens the Photoshop color Info panel. Is there a way to close this with the script? Closing it does not create a...
View ArticleUsing PhotoShop Action/Scripts in command line
Hello everyone, I am working on a project that needs to run PhotoShop's script/action on a folder everyday. It needs to be done automatically without no user interaction. Ideally, I would create 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 ArticleIs it possible to call server URL from photoshop script?
I want to send some data to server URL and get response from photoshop, Is there any option to do this?
View ArticleIs it possible to call "Export As..." from a script?
I don't see any way to export artboards using a script in a simple way in CC 2015? The only example I can find that uses artboards in a script is "ArtBoards To PDF.jsx" which is included with...
View ArticleHow to get the dimensions of the content of a smart object?
I have a scaled smart object and I'm trying to make a calculation in my script using the bounds of the smart layer vs the bounds of the content inside the smart layer, so I can add text proportionally...
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 ArticleHow to specify folder location on user's desktop?
I'm writing a script that will be stored on a shared server and accessed via an action by multiple users. The script would eventually save images into an already created folder on their respective...
View ArticleHow to remove xmp metadata?
I need to remove the "XMP metadata" information in the tiff(photoshop) files via scripting. Is it possible? Kindly advice me. Please provide examples. Thanks for looking into this.. Regards,Maria...
View ArticleIs there any API to retrieve the linked info of the Linked Smart Object in...
Hi guys: Such as title.... I found the linked layer infos in photoshop file format data document. But not found any API to retrieve in scripting. Thanks, advance!
View ArticleCountdown timer in a gif image
is that possible to create countdown timer for gif image using photoshop ?is there any script or plugin ?thanks
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 Articlecomo hacer de un listbox un Font Picker ?
Buenos días a todos, me gustaria saber como puedo hader que en un listbox, las fuentes que se listan aparecieran con su fuente original, para hacer mas facil su identificación, a modo de font picker....
View ArticleDid CC 2014.2 break textItem.size?
Scripts that worked before the update are now broken, and text layers created via script are all 12px. See this simple script: var docRef = activeDocument; var TextLabel = docRef.artLayers.add();...
View ArticleUsing mouse wheel to zoom and pan
I was wondering if there would be a way to make a javascript that would load at Photoshop's startup that would allow the user to zoom in and out using the mouse wheel (instead of using it for...
View Article