Actual Image size
firstly, jongware provide helpful script.
i have found script in created jongware (see link below). working fine.
but require little changes in it.
this script saves report containing image name , size.
can actual image size in pica script.
for example:
actual image size 29p0.75 x 11p11.356
currently script writes size i.e. 29.1 x 11.9 pt.
need modified gives acutal size in pica i.e., 29p0.75 x 11p11.36.
thanks,
kerosk
see if helps change line
default: w = w.tofixed(1); h = h.tofixed(1);
to
default: w = w.tofixed(3); h = h.tofixed(3);
More discussions in InDesign Scripting
adobe
Comments
Post a Comment