xtools v2.2 beta released
You can find the 2.2 beta here:ps-scripts - Browse /xtools/v2.2betas at SourceForge.nethttps://sourceforge.net/project/ps-scr ... v2.2betas/ Here are the most recent changes: Current 2.2b1 Added fix...
View ArticleHow to get the maximum value of the image cmyk
I want to get the maximum value of image( cmyk) by javascript on each layer.Cmax=?Mmax=?Ymax=?Kmax=?but I do not understand the histogram,pls help me... thx
View ArticleExport layers to file script error in Photoshop CC
I need help with an issue. I also asked this in the general forum but was refered here to ask all of you amazingly talented scripting geniuses. My issue is with the Export Layers script that comes...
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 ArticleImage Processor Pro 2.3.1 is crashing
It looks like Tom Ruark and Mike Shaw actually wrote the script. I have been using this script over many versions and always rely on it. Recently I started getting this message. I have gone into...
View ArticleUnable to use warp in script - Photoshop CS2
Hi,I could not warp the image using javascript from Adobe Extendscript interface. This is what I tried.1) Created an action with warp, converted the action to jsx using xtools. 2) Used Scriptlistener...
View ArticleHow to get the blend options of a layer?
Hi, I try to retrieve the blend options of a layer, but I cannot figure out how to retrieve them. I can get the layer effects but cannot find any reference how to extract the blend options. I tried the...
View ArticleChange the default name Alpha 1 via script
The code line below saves the selection as Alpha 1.Is it possible to add a custom name to the selection? app.activeDocument.selection.store(app.activeDocument.channels.add())
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 close window created with Arrange > New Window ...
Hi, I am creating a second window of my image with the Window > Arrange > New Window for... function.Now i want to close the second window again without closing the first one, but everything i...
View Articlere calculate canvas height
I am planning a script that will recalculate the canvas height from the active document.The script will get the canvas height from the active document, then get the number of layers from the active...
View ArticleHow To Exit A Script?
Hello.I'm trying to write a script (My First) for Photoshop.I want to check a condition and if it's true to exit the script.The problem I can't find any place writing what is the "Exit" command in 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 ArticleDrawing lines and converting to point values
Hi, Need to do some simple line drawing in a Javascript plugin and first did this based on docscreatePoint: function(x, y) { var unit_x = new UnitValue(x, "px") var unit_y = new UnitValue(y, "px")...
View ArticleNeed script to batch import images into PSD layer
Hi,I have a large group of identically sized Illustrator PDF images (I could convert these to jpeg and resize separately...). I need to import each of these into a specific part of another image, which...
View ArticleBatch HDR Merging/Toning Script
I've seen a number of different posts on these forums about trying to do this and I never really found a complete and suitable solution. It also has really annoyed me that adobe never implemented this...
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 ArticleHow do I use Actionmanager code to change just the contents of a line of text?
The quick question - can anyone provide me with Action Manager code that will simply change the contents of a text field in Photoshop CS6? The long version, if anyone wants to know: I'm a reasonably...
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 ArticleBatch replace Smart objects in Photoshop
Hi all, thanks for taking the time to read this. I have a file which is attached.This file contains 6 different layers all using the same smart object. So If I replace the smart object in one it'll...
View Article