jsx - Photoshop Script for flattening TIFF -
i using photoshop cs5.5, there way write javascript can
- for each of tiff image under folder many sub-folders
- if tiff file has more 1 layer
- 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
Post a Comment