jsx - Photoshop Script for flattening TIFF -


i using photoshop cs5.5, there way write javascript can

  1. for each of tiff image under folder many sub-folders
  2. if tiff file has more 1 layer
  3. then flatten image , save original psd?

you can read opening files on this answer.

flattening image simple:

var docref = app.activedocument; docref.flatten(); 

i don't know mean "save original", can see classes , options saving documents on page. that's quite useful site, way, lists many other classes , respective options.


Comments

Popular posts from this blog

angularjs - ADAL JS Angular- WebAPI add a new role claim to the token -

php - CakePHP HttpSockets send array of paramms -

node.js - Using Node without global install -