Add dialog to save as script
Hi all, I have this script And I want to make it to have a NAME field with the actual document name so I can change it when I make multiple versions of the file I have included a image to see...
View ArticleRe: Automatically re-link layer masks
It works for me with CS6( 13.1.2 ). And I thought the layer descriptor has always had a name property. All the way back to Photoshop 7. Does your document have any layerSets? LayerSets should also have...
View ArticleRe: Automatically re-link layer masks
I mean what version of CS6 are you using. It has been updated so there are more than one version named CS6. You can find what version you have in the help menu under about Photoshop.
View Articlegroup layers by name? help pls
I got me thinking about my workflow. I do alot of loading passes (images files to build up an cgi image)into photoshop.What i would like to do is once i have run the "Load into stacks script" and have...
View ArticleRe: group layers by name? help pls
Just answered this at PS-Scripts. var doctest = app.activeDocument; var newLayerSet = app.activeDocument.layerSets.add(); var matteLayers = []; for(var i =0; i<doctest.artLayers.length;i++) {...
View ArticleRe: Help needed to enhance Image Processor Pro Script to save transparency in...
The CS version/system I experienced the problem with was CS6 (latest version) on Mac OS X 10.6.8. The CS5 version works as you both described on a Mac OS X 10.6.8 & 10.8.4 and CS5 / CS5.5. I am...
View ArticleHow to create a script to take channel's name and insert as text into channel...
I am a screen printer and I print my separations from Photoshop. I routinely work with multi channel files or RGB files with additional spot color channels. I have created actions to place my...
View ArticleWatch folder in photoshop
Hi All, i have conversion tool which converts EPS files to Tif. Source path: D:\\Work\\in output path : D:\\Work\\out could we make the source path as watch folder, when ever we place the images the...
View ArticleRe: Help needed to enhance Image Processor Pro Script to save transparency in...
I've tried numerous combinations of settings and have been unable to duplicate this issue on my Windows 7 system with PS CS6 13.0.1.2. It's either Mac OS X platform dependent or something with the...
View ArticleRe: Help needed to enhance Image Processor Pro Script to save transparency in...
Here ist the direct link to the download I used to get Image Processor in German: https://workspaces.acrobat.com/app.html#d=QJTvtN0SPl5c1fiaNntbRg If you want the exact file I downloaded and used than...
View ArticleRe: Help needed to enhance Image Processor Pro Script to save transparency in...
It also may be related to something in your original image files. If you could also post one of the image files that is losing transparency I can check that as well. I use a HIGHTAIL free account,...
View ArticleRe: Help needed to enhance Image Processor Pro Script to save transparency in...
Sorry, but I am not allowed to give the images to any third party. I am really sorry for that. You should know that the very same images which lost the transparency in the CS6 version of Image...
View ArticleRe: Watch folder in photoshop
From your example path it looks like you are using a Windows OS. You can not script a watched folder using javascript and I don't think you can in VBS either. I think you are better off searching the...
View ArticleRe: How to create a script to take channel's name and insert as text into...
Sorry, but I am not clear what you want. Do you want to start with a single document that may have extra channels and label each channel on the channel itself? i.e the red channel has the chars 'red'...
View ArticleRe: Help needed to enhance Image Processor Pro Script to save transparency in...
Possible causes: 1) It probably has nothing to do with your image files, but you won't know until someone else tests one of them. You could create a small 50% gray TIFF file with transparency and post...
View ArticleRe: Help needed to enhance Image Processor Pro Script to save transparency in...
Just my two cents, if creating a new tiff with transparency still has the same issue then the problem has something to do with Packesel's system. Perhaps resetting the Photoshop or IPP preferences will...
View ArticleRe: Automatically re-link layer masks
You could try this. It doesn't use the name property. main(); function main(){ if(!documents.length) return; linkLayers(); } function linkLayers(){ var ref = new ActionReference();...
View ArticleRe: How to create a script to take channel's name and insert as text into...
I'm not sure I understand what the term "slug" refers to. I have attached an image of a single channel selected with a label at the top as "Black" Basically I am wanting to take the text from the...
View Article