overprint on images.
hi everybody,
after script millionairegram....signature....mg... case options credits goes mg..... mg...
i tried script apply overprint 100% black filled tiff images.... need result.
can on this.
var mygraphics = app.activedocument.allgraphics;
for (aa=0; aa<mygraphics.length; aa++){
switch(mygraphics[aa].imagetypename){
case "tiff":
case "jpeg":
case "photoshop":
}
}
if (mygraphics.fillcolor .name== "black"){
mygraphics.overprintfill = true;
}
thanks...
More discussions in InDesign Scripting
adobe
Comments
Post a Comment