To specify image resolution use option "vdpi" (vertical DPI) and "hdpi"
(horizontal DPI).
hdpi
Hdpi parameter specifies horizontal resolution of the resulting image. It can accept a positive number from 1 to 4096.
vdpi
Vdpi parameter specifies horizontal resolution of the resulting image. It can accept a positive number from 1 to 4096.
ICPCL.exe –convertto tiff –source " C:\Images\*.*" –dest "C:\out\" –oper Resize vdpi:200 hdpi:200