How can get and set x , y position of opend image ?
Hi, I used photoshop scripting in back end.I am using javascript. Here i do following step for image adding in layer.1. Create main window for save psd file.2. Create new layer in this window i.e....
View ArticleSmartObject Layer Information
Hi all, I'm creating a util script that will export layer data to a game engine. Is there any way to get at the transform (position, rotation, scale) of a SmartObject layer? Photoshop must store...
View Articlebatch odd dimension images to square
Hi I have lots of images that are all different sizes and more coming. I need to create an action that makes these images square in px dimensions, with the new side dim. the dim. of the longest side. I...
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 ArticleOffset Path Script for PS CS5 Possible?
Hey all, my needy self is back to ask if anyone has heard of or attempted a script that will offset a path in the same way Illustrator does. ? I have a group of images with clipping paths penned too...
View ArticleI need a script to run a specific action and save file as .jpg with SAME...
I have all my master PSD files saved like the following: mydocument_PSD.psd. I want it to run a custom sharpening action and then save the file as mydocument.jpg (note the "_PSD" portion needs to be...
View ArticleWhat? ActionReference, charIDToTypeID, stringIDToTypeID
Hi, I am newbie to photoshop scripting but I do have few years experience with Javascript. Looking for clarification as I can't figure out what is going on here. I was looking for solution how to get...
View ArticleHow to access smartobjects within for-loop?
Hi everybody, I am working on a script that that changes the color of all the layers in a psd-document called "Fill". This works fine. However, now I would like to expand the functionality and make it...
View ArticleScript to search layer names
Hi - Does anyone know if there is a script that can search through layer names within a file for a specific text string and then select it as the active layer? For instance, if a file has 4 layers,...
View ArticleScript request?
Here's my dilemma: My boss wants a simple way to create his Web Photo Galleries and since he's not so tech savvy, he's recruited me. The company he bought his website from gave him this wonderful...
View ArticleBatch save to multiple folders
Wondering if anyone can help- I am stumped! I have a number of sub-folders with hi-res tiff images that I would like to process.Is there any way to run a batch that uses "Include All Subfolders" to...
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 ArticleWhat? ActionReference, charIDToTypeID, stringIDToTypeID
Hi, I am newbie to photoshop scripting but I do have few years experience with Javascript. Looking for clarification as I can't figure out what is going on here. I was looking for solution how to get...
View ArticleScript combining menu command with options bar option?
Would like to call the Transform:Scale command AND activate the "Maintain aspect ratio" option from the options bar. Any idea? thx.
View ArticleHow can get and set x , y position of opend image ?
Hi, I used photoshop scripting in back end.I am using javascript. Here i do following step for image adding in layer.1. Create main window for save psd file.2. Create new layer in this window i.e....
View ArticleJavascript Searching for A Text String and Getting the Values on Adjacent...
I want to add document info for a folder of image files based on an Excel file! How Can I Implement this in Javascript? An Excel file has at least 3 columns Col 1: ID Number Col 2: First Name...
View Articlescrip for photoshop generator
does anyone know where I can find a scrip for photoshop generator?I need a scrip that will tell generator to automatically extrect all the assets into a total different location and it will save that...
View ArticleHow to copy keywords to description
In the fileinfo panel, I would like to copy what's in the keywords and append it to the description. Any ideas? Thanks. I'm using Photoshop CC 2014.
View ArticleOffset Path Script for PS CS5 Possible?
Hey all, my needy self is back to ask if anyone has heard of or attempted a script that will offset a path in the same way Illustrator does. ? I have a group of images with clipping paths penned too...
View Articlelayer.bounds error
Hi all, I'm trying to export layer centers to an xml. the following code works fine for all cases, except one. var curr_layer = app.activeDocument.activeLayer;var layer_bounds_centerX =...
View Article