Re: How to add an art layer posterize levels 50 with javascript?
You can do 2 ways… Using the DOM or scriptlistener… #target photoshop var doc = app.activeDocument.artLayers[0].posterize( 50 ); //posterizeLayer( 50 ); function posterizeLayer( numb ) { function...
View ArticleRe: Print Shop Needing Some Help
Hum… and you use Photoshop to do this type of work…? I would use ID or AI for this… Do you have just a PS licence or the suite…?
View ArticleRe: Print Shop Needing Some Help
Sorry, I'm just a little new in the "efficient working" world. lol. I have PS cs5 & Illustrator cs5
View ArticleRe: Print Shop Needing Some Help
What file format are you using for your printer...?Sent from my iPhone
View ArticleRe: Print Shop Needing Some Help
Typically .pdf or .jpg Files printed on an 11x17Some are 4/4 others 4/0(both options would be great) Thanks for the assistance!
View ArticleRe: How to add an art layer posterize levels 50 with javascript?
You awesome Muppet MarK!Thank you !
View ArticleRe: How to add an art layer posterize levels 50 with javascript?
And ur mad it's a one liner...! (DOM) You were close but no cigar...! Sent from my iPhone
View ArticleRe: Print Shop Needing Some Help
Is this your input or output format..?I would be concerned abouts the quality...You could make templates and replace linked smart objects..?Personally I would have reservations over type..!
View ArticleRe: Get the number of CountItems by group in CS5 extended
Muppet Mark's and cbuliarca's both worked- thanks for your replies! For the record, I ended up using this in C#:ps.ApplicationClass app = new Photoshop.ApplicationClass();...
View ArticleCreate a script to save multiple groups into seperate png files
Hello, I want to use a script to save every group I made into a '.PNG. I'm visualizing something like this, but the outputformat/name doesn't matter, as long it is a output from a group: group1 ->...
View ArticleRe: change save to jpg to tiff
thank you so much! This works great! Are there options when saving as tiff like there is with saving as jpg?
View ArticleHow do I report a bug in ExtendScript Toolkit?
The Adobe Bug Report form does not have a selection for ExtendScript Toolkit,which has a quirk that is becoming a real pain in the xxx for me, andprobably anyone else running Windows who regularly...
View ArticleRe: How do I report a bug in ExtendScript Toolkit?
Photoshop Family Customer Community Good luck .... !
View Articlesave batch file to png
i got a lot of file, with alpha, let say 2 of those file, one name tree01.jpg, another tree01_a.jpg, is it possible create a script let my both file(and all other file tree02.jpg, tree02_a.jpg and etc)...
View ArticleRe: How do I report a bug in ExtendScript Toolkit?
Thanks, JJMack ! I went to the Photoshop Family Customer Community, crafted a posting, and tried to submit it. I was asked to sign in again with my Adobe username and password. I did that, and a...
View ArticleRe: How do I report a bug in ExtendScript Toolkit?
you can always create a new Adobe user id and password to use for submitting bug reports.
View ArticleMonitor a folder, run Dr Brown's "Image Processor Pro" script, and move...
I'm on a Windows machine. Is is possible to have a script (command line or otherwise) monitor a folder for any new files (perhaps every 15 minutes or so would work as well)...then run Dr Brown's...
View ArticleRe: Monitor a folder, run Dr Brown's "Image Processor Pro" script, and move...
timlogochair wrote: Basically want to be able to drop very large image files into a folder, have them processed automatically (make several sizes/copies), and then archive the original. Dr Brown's...
View Articlecreate a script merging images from a folder with excel file
I have a pile images of silhouetted furniture on a white background. I need to draw arrows depicting width, depth and height. like this! ideally, i would like to do a data merge of sorts. I have found...
View ArticleHow can I automate the selection of layer comps within all my document's...
I have files with five or more linked Smart Objects. All these Smart Objects have the same Layer Comp names: German, Italian, Spanish, etc. I'd like to be able to select all the Italian Layer Comps on...
View Article