Batch processing PDF to TIFF
Hello,I have about 1000 drawings in PDF format that I need to convert to B/W TIFF files. I thought I could easily do this in Photoshop (CS3) and then I hit a snag. In the Open form for the PDF there is...
View ArticleHow to add a color sampler through Photoshop Scripting?
Hi, I would like to fix a color sampler point through Photoshop Scripting? Could you please help me on this. thanks,rajiv.s
View ArticleLooking for script to change "save as" actions..
I've been working on a way to avoid having to re-record 400+ save as actions. The nutshell is that I'm saving game art from a master file. The master file has elements common to other pieces. So the...
View ArticleExtendScript Problem
I'm new to scripting and trying to test out ExtendScript. I'm using Photoshop CS5 on a Windows 7 machine. I found a file ExtendScript Toolkit.exe in Program Files (x86)/Adobe/Adobe Utilities/ CS5/...
View Articlerotating brushes using file stream of saved brushes in javascript
Once again I’m fascinated by a query in the MacIntosh-forum which’s solution I suspect is within JavaScript’s reach but out of my depth – namely: Can one rotate a brush by Keyboard Shortcut, like in-...
View ArticleSave as for layer group
app.documents.add( 4, 4 )jpgFile = new File( "/Temp001.jpeg" )jpgSaveOptions = new JPEGSaveOptions()jpgSaveOptions.embedColorProfile = truejpgSaveOptions.formatOptions =...
View ArticleCalculating width height in script
hi i want script for comparing all layers of psd with photo with its width and height ie one psd background is opened script will read the value of that psd's layer whether it is portraitor landscape...
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 ArticleHow to call Edit->Auto-Blend Layers ?
Any idea how to do this via scripting, or if it's even possible? Much appreciated
View ArticlePS3 script to batch rename layers
Sometimes, I make copies of layers (for example: copy little diamonds to align into a shape of the letter M). Each time I "alt+drag" the content in that layer (to make a copy of it), PS makes a copy...
View ArticleScripting and automation advice - Batch processing and final naming
Right now I am using actions to automate the creation of some 3d mockups. The actions work well, but there seem to be some limitations I can't get around and I assume the scripting is what I need to...
View ArticleData Sets in Photoshop CS2
I'm trying to learn about scripting in Photoshop CS2. By starting, I just want to import variable data into Photoshop, following the help instructions, however am having heaps of issues.I'm using the...
View ArticleHow to assign the event onClick to the panel?
Hi everyone! Now I choose the color by pressing the button and show it through the painting of the panel. I want to remove the button and clicking on the colored rectangles only - panels. This can be...
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 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 ArticleSince the CC update Document.saveAs() always opens a dialog
Is anyone else seeing this?Is there a work around? This is a script I have been using for months to open Illustrator files in Phohoshop, resize them, and then save as PNG. The source images are...
View ArticleAuto crop each layer before exporting layers to files
The built in "Export layers to files" script doesn't crop the exported jpeg to the size of the image on each layer. Instead, it keeps the original photoshop file size and puts white around that...
View ArticleUpdate Modified Content (Linked layers / Smart objects)
Hey guys, Is there anything in the API for handling the new Linked layers? (CC 14.2) Specifically, I want to be able to Update Modified Content iteratively to handle lots of nested links. It doesn't...
View ArticleCan I select non-rectangular regions / arrays using a script?
I took at look at the VB Scripting Reference. Not clear whether the Select-Region made up of an array of points, can in fact be something other than a rectangle.
View ArticleMy Script Saves My Files In Incremental file names but can't save to original...
hi everyone, so after a few hours of browsing the forum, was able to scotch tape this script together so it allows me to save my files in incremental file numbers. - i create an action to edit the...
View Article