(NOT SOLVED) Duplicate layers into another document
Hello, honorabe participants of Photoshop Scripting forum! I have a problem - how to implement in action/script duplication of two linked layers from one document to another already opened document?...
View ArticleHow to get textItem width with effects by using photoshop script
HI,guys Is there any one met the same problem? I want to write a script can generate pics according the text content size dynamically, but I cant get the actual size of textItem with effects.
View Articlecan i use this script in illustrator?
can i use this script in illustrator?Newsgroup_User
View ArticleI'm looking to hire someone to do a Photoshop scripting job
I am working on an interactive stadium seating map like the ones on stubhub and seatgeek. I have created each section of the stadium as a different layer. What I want to do is divide each section into...
View Articlehow do i change a .tif image to a .jpeg?
I need to change several .tif images to .jpeg. How do I do this?
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 ArticleRun an action on a file before inserting into a Smart Object
I'm programmatically replacing the content of smart object using the following code (c.pfaffenbichler):..if ($.os.search(/windows/i) != -1) { var folder = new Folder("F:/Test Folder); var...
View ArticleRegex: since no negative look behind, what is the best way ...
I have a great Photoshop scripting routine that uses regular expressions to find all of the parts of a string that are surrounded by underlines. Regex: /_([\s\S]*?)_/g Text: Match on _this_ and also...
View ArticleWatch Folder
Hello, Is there a way to have Photoshop watch a folder for new images and run some actions on the newly added files - after which removing the original from that folder. I need to automate the...
View ArticleComplicated script for Warp Transformation
Hello!I work in Printing and we have a little problem - our printer gives an arc-like distortion to images on canvasthe distortion is like 1.8mmso we use Transform-Warp-Arc Upper and input the...
View ArticleHow to get the name and the path of the font used in photoshop (not...
I'm trying to get the real name of the font and the path, is there a "easy" way to do it ?i need to get the font file (*.ttf or *.otf) and copy to the same directory as the psd file, that's why...
View ArticleGenerator guidelines/howto/getting started questions
Trying to get started with generator, but a bit confused. I've got the sample plugins running, read through other samples, searched forums, but I'm missing a basic developer guide on what is the best...
View ArticleExport co-ordinates/layer bounds
I'm looking for a simple script that will export the coordinates (layer bounds - top left x,y) of the layers to an seperate xml/txt file. I've google searched and the examples i find give far to much...
View ArticleAutomating the filename prefix in Layer Comps to files...
Hi All I'm hoping someone can help me with some automation. I have no real clue about scripting, I just know that clever things can be done, hopefully someone could point me in the right direction! I'm...
View Articleneed help with randomize script, willing to pay
I'm trying to find someone who can help me script this. I would be willing to pay for this so please email me if interested. So what is need is a script that allows me to import all the images from a...
View ArticleResizing a layer
I'm trying to resize a layer to increase its size by a random size between 100-120%, save the file, then resize it back to its original size, but I can't seem to get it working (the transform hangs)....
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 ArticleImport Excel table into Photoshop
I would like to be able to import fields from Excel into Photoshop CS4 and have the Excel information print directly onto the photo image as a line of text across the bottom and layered over the image...
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 ArticleHow to get the color of a pixel
Hi there, i used the color Sampler app.activeDocument.colorSamplers.removeAll(); var theSampler = app.activeDocument.colorSamplers.add([1,1]); to get the color of that specific pixel. Worked...
View Article