Dectecting and extracting pictures in a 1-layer image
Hello, I have an image which includes some pictures (of different sizes here and there) over a solid white background, all in 1 layer.Can I isolate/extract all the pictures with photoshop ? Thank you...
View ArticleCreating a photoshop action to save a batch of images as patterns
I am trying to use Photoshop actions to script about a thousand image files into PAT files. I am running into a problem with actions when it comes to defining a pattern. The program naturally selects...
View ArticleError 8800: General Photoshop error occurred....
Hi, i need some help with this error: Error 8800: General Photoshop error occurred. This functionality may not be available in this version of Photoshop.-The command "Paste" is not currently...
View ArticlePhotoshop: Get a document's last modified date using ExtendScript?
I've written a script which saves out an image into different formats using parameters for each format as part of a texture pipeline for a game. I'd like to improve it by checking downstream textures'...
View ArticlePhotoshop 2014.2 bug with duplicating layers in different doc
Encountered an issue with Photoshop 2014.2 that occurs when I try to use some_basic_bitmap_layer.duplicate(some_layer_in_different_doc, ElementPlacement.PLACEAFTER). So this is code that has been...
View ArticlegetFile
Hello. I can't figure out how to get the number of files of an existing folder nested in the the activeDocument.path. This piece runs without any problem: var myPath = app.activeDocument.path;var files...
View ArticleAdditional scripted patterns
Hi all, I am the developer of the Deco scripting engine that is used to create scripted patterns in Photoshop CS6. I would like to continue the interesting discussions and exchange of patterns and...
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 ArticleHow can I create a curves adjustment layer in JavaScript?
I've been trying a few different approaches along the lines of: var newLayer = activeDocument.artLayers.add(); // Create a new ArtLayer object newLayer.name = "MyLayer"; // name it for later...
View ArticleCan you access perforce and check out files from a photoshop script?
I want to have a custom save dialog that looks to see if the open file is checked into perforce, if it is then it should ask to check it out for you.
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 Articleload files to stack with out file extention as part of layer name
Ok so as the title says i'm trying to figure out how to modify the "Load Files to Stack..." script so that it doesn't put the file extention as part of the layer name. it makes it a pain to have to go...
View ArticleHow to attach a UI dialog to a script?
I use a custom script to batch process files into photoshop layers.Every time I run the script I have to manually edit the folder path in the script to save the new images in a new folder. Can a UI...
View ArticleHow to automatically remove distortion on image with many vertical/horizontal...
Hi. I need to make image of PCB (printed circuit board, that is board that placed inside of any electronic device) with both sides of it. The image should have no optical distortions, because I need to...
View ArticleSearch if a layersets with a specific name exist and execute a function if it...
Hello, How can i write a script that search if a layersets with a specific name exist and execute a function if it is the case? Some examples? Many thanks. Regards. Sebastien
View ArticleCheck the number of historysnapshots?
Hello, I'd like to know how to implement one of those alternatives:a) get the total number of History Snapshots.b) check if a specific snapshot exists. c) Jump the error message if the snapshot doesn't...
View ArticleChange Working Spaces
Is there a way to change the Color Settings CMYK and RGB working spaces with js? I'm not having a problem assigning or converting profiles for a document, I want to change the application color settings.
View Articlechange file names
Does anyone know how to change jpeg file names in a folder to a name name in an Excel record? Is this even possible to do it as an "action" or with some automation of some kind?
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 Article