Image Processor Pro 3.2b1 beta released
Image Processor Pro 3.2b1 beta has been released can be found here: ps-scripts - Browse /Image Processor Pro/v3_2b1 at SourceForge.net This port is compatible with PS CS5 through CC2015. Besides the...
View ArticlePhotoshop CC 2015 - How to automate the new Export dialogue?!
Hey all, Each image i retouch needs to be saved in 8 different ways (each way is different longest size side). Previously I was resizing the image then exporting it via Save for Web. Is there a better...
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 ArticleAction & Droplet "save as" vs "save as web" not working - Possible bug?
Before I state the issue, I am running the latest updates and have tried this in Photoshop CS4 & CS5.I believe this is a bug in Photoshop, unless someone can get this Action & droplet to work...
View ArticleScript Listener code will not execute...
The code below was generated by the Script Listener in PS CC 2014 with all updates. When I run the code in Extend Script an exception is thrown by the last line stating that the Make command is not...
View ArticleProblems with scripting i Photoshop CC 2015.
I updated my Photoshop CC 2014 to 2015 yesterday and immediately noted that my scripts don't work any more.I use python for scripting and have built a UI for my script. The script has worked well with...
View ArticleGet charID, typeID or stringID of an active layer?
I am writing a script where I want to check for Linked SmartObjects, I can properly check for a layer being a smartObject and I was wondering if there was a way for me to simply get the charID,type or...
View ArticleIs it possible to compare/diff all the elements between 2 documents...
With the end result being either the diffed output to a log or image, possibly outputting a list of the individual elements (channels, layers, etc.) and whether the histograms of each element match....
View ArticleRun Actions Scripts From Extension Panel
Please excuse my inexperience with writing scripts. I am mostly a copy - cut - paste scripter. I have an extension panel for my users in Photoshop that has buttons for menu items and tools. I also have...
View Articlei need script to save image in costume location in desktop and if another...
i need script to save image in costume location in desktop and if another image with same name do not overwrite it ? but save it with costume name
View ArticleHow to find angle of last transformation?
var idTrnf = charIDToTypeID( "Trnf" ); var desc57 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref39 = new ActionReference(); var idLyr = charIDToTypeID(...
View ArticleHow 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 ArticleScript Alert: "Sorry I could not process the following files" (Error Message...
I'm a seasoned Photoshop/Bridge CS5 user who recently upgraded to CS6. In Bridge I just ran my first Image Processor batch, trying to convert a set of RAW .NEF files to .PSD files with a basic editing...
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 ArticleWindows does not have a constructor: 244 error message
I'm using CS6 for the first time to process some RAW files using the Photoshop Automate>Fit Image script. When I tried opening one RAW image into Photoshop to create an action I got the following...
View ArticlePossible to create a script that opens files automatically and processes them?
I have a folder on my computer that automatically has image files downloaded to it periodically. I'd like to have a script in photoshop that can batch process them automatically and then move them out...
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 for saving GIF with Animation Loop Endless
Hi, I am searching for a way to use "save for web" in a Photoshop CC Script. I already found how to use the "save for web" using Script, but now i am stuck, because i cannot find any information on...
View ArticleHow to close parent window immediately at Photoshop CC2015?
Hello, There are difference between CC2014(or previus) and CC2015 at closing window event.Please see below sample code. At line 7 on CC2014, w1 window close immediately and then w2 window open.However...
View Articlei need script to save image in costume location in desktop and if another...
i need script to save image in costume location in desktop and if another image with same name do not overwrite it ? but save it with costume name
View Article