How to insert EXIF date time data on photo using Photoshop CS5.5
Is there any script or function available in photoshop CS5.5 which can help me in inserting date time from EXIF onto the photograph.An automated solution which can do multiple images at once will be...
View ArticleMove files and folder from a folder
Hello, Is there is a way to move files and folders from a particular destination to another destination using script.For Example: I will be having text file, tif file or folders with file in "Source"...
View ArticleHow to get messages from other apps in HTML panel?
Hi, I am trying to create a panel that can receive commands from a custom app I am designing. How should I go about it? Is it possible to receive messages from an external app directly to a panel?...
View ArticleAccessing a specific layer in a nested group
OK honestly I feel a little silly asking this question, because it SHOULD be really easy, but I simply can not figure out the right syntax to do this. I have a layer I'm trying to access directly in a...
View ArticleIssues with script pathways
Hi all! I should start by saying I have very little knowledge of scripting. I found a script from the interwebs that is meant to batch process images in photomerge. I was able to launch the script...
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 ArticleBatch processing and actions in PS CS2 Full version on PC
I need to capture images and batch process to rename ,adjust color and place adjusted images in a new folder.When I set up batch processing it seems to save the files in the folder of origin with the...
View ArticleNeed help to count characters in multiple Text Layers
I'm using below code for counting number of characters and words in a single text layer. Is that possible to count number of characters and words in a multiple text layers.??Please Help Java Script...
View ArticlePhotoshop CC
HelloFriendsCan you beaproblemforme,I'mthere to helpIusePhotoshopCCin 2015, but when he turned onmeaPSDProgrammeattigiMeI'm waitingfor hoursin...
View ArticleFreeze layer within group folders
I would like to freeze a check layer. This layer is sometimes repeated many times and can also be within many sub folders in the layer groups.Currently it doesn't have a recursive function and I'm not...
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 ArticleScript to resize and rename images to multiple file sizes in Photoshop CC
I have THOUSANDS of images I have to do this to:Resize to 500x500 and rename to FILENAME_MD.jpgResize to 374x498 and rename to FILENAME_SM.jpgResize to 276x385 and rename to FILENAME_XS.jpg My...
View ArticlePassing arguments to the jsx file from command line
Thanks for taking my question.I am using the following to be able to run my script from the command line.In case you were wondering on why i would be doing this- i would need to invoke the javascript...
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 ArticleHow can I import tons of pictures into PS by javascript?
I have the size of each picture, and the center location (x,y). How can I put each picture exactly as I want. Thanks!
View Articlehow to convert pixels in mm ?
Hello everybody!I'm making a tool in which the user specifies the size of the frame, I want to give him the opportunity to choose between units of measurement. How do I convert one unit to another?...
View ArticleError 8800 save as jpg
Hi everybody!I'm getting Error 8800 when saving certain PSDs out as a JPG. The error says Error 8800. General Photoshop error occured <No additional information available>Line:18->...
View ArticleBatch replace smart objects
Hello, I have very minimal scripting knowledge, and every script I've found for this workflow is partial or results in "undefined". I am on a mac running Photoshop CC (latest update). This is what I...
View ArticleGet stroke color of shape
Hi, I need get stroke color of shape in photoshop, but I only find how to get fill color, any suggestion? function getFillColor() { var ref = new ActionReference(); ref.putEnumerated(...
View ArticleHow can I retrieve the transform information on a layer
I am trying to retrieve the transformation information on a layer through script (for a smart object if it matters). I've been able to do it if there is a text layer attached, but I need to be able to...
View Article