Batch Resizing Help!!
Hey guys, I'm using CS6 and I'm pretty inexperienced with it at the moment. I'm trying to re-size a large amount of images into sizes that will print 16x20 inch, 4x6 inch, 13x19 inch, a couple other...
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 ArticleScript to open 2 versions of the same file one JPEG and one TIFF - the nrun...
I have 2 folders of images. One is a folder of JPEG files that have paths created for the image. The second folder is an identical image except it is a TIFF file with no path. I have created an...
View ArticleHow to get text justification using Action Manager?
Hi All, I have been trying get several properties of a text layer using action script in Photoshop CS6 and CC. But here I encounterd an issue which is a Photoshop bug. I see that when I create a text...
View ArticleGet Selection Size in Pixels
I can't seem to figure this out.var oCurSelection = activeDocument.selection;var aSelSize = new Array;aSelSize = oCurSelection.bounds;I want to take a selection, make a new document at the selection...
View ArticleBatch or script..plug-in?
Hopefully somebody can help me with this question! Will try to explain it as simple as possible; I have a folder with for instance 60 files. In this folder are always three files that I want to...
View Articlehow to display images in the folder with the possibility of opening them in...
I created a script that displays a certain number of thumbnails. Help me to do so that would be when you click on the thumbnail of the main image with the same name, located in another folder was...
View ArticleExport Layers to Files Script Changing Resolution
When I run this script to save my layers as .png files it turns them to 72 dpi ... I need to keep them 300 dpi like the original file. Is there a way to change that? Thanks in advance for any help!!...
View ArticleHelp: need a script to merge all layers, even if there is only one layer
I am trying to build an action that includes "merge all layers" or "merge visible layers". However when I record that throught the actions tool (usung the layers panel flyout dialog), if a file being...
View ArticlePhotoshop CC foregroundColor eventlistener
I'm making a color wheel panel and it's almost done. What I still need is to create an eventlistener for when foreground or background color is changed. I know that I can get the foreground color...
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 ArticleScript to rename layers comps batch?
Does anyone know anyscriptto renamebatchcompslayersin asequentialnumbering? For example: layerComps01, layerComps02, layerComps03...
View ArticlePhotoshop Action Question How to Avoid Replace Files Dialogue Box
I have Photoshop CS3 running on a Macintosh. This Photoshop action on this Mac opens PDFs and saves them as a JPEG to a folder on a server. Sometimes the originating file will be modfied, so a new PDF...
View ArticleScript to make landscape and portrait images square
I am new to scripting and could use a little help. We are currently rebuilding our enitre website from the ground up. New look, new products, new images (about 2,800 of them). Here is where it gets...
View ArticleClosing a document within Javascript.
I'm new here and new to javascripting in photoshop (though not new to javascript).I've been trying to figure out how to do the equivalent of either the "File>Close" or the "File>Close All" menu...
View ArticleScript to Create Folders Using Photoshop Scripting Mac/Windows
Can anyone help me. I want to create a script to create folders and run the script in Photoshop. I am a real novice at scripting and I do not know if this can be done. Thanks
View ArticleCS6 png save options
I've got a major script I use that performs .png saving every few seconds, but apparently there are some new compression options in CS6. Is there a way for me to have the script use the "Smallest /...
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 ArticleError 8800
I'm getting error 8800 while trying to run a script "The parameters for command make are not currently valid" Line 98
View ArticleAutomate batch for Generator
I have a very large project where I need to generate 1000s of images a day. I have my master psds set up with the correct naming convention and .png and I am utilizing Generator to do all the work. The...
View Article