How to change image resolution?

To specify image resolution use option "vdpi" (vertical DPI) and "hdpi" (horizontal DPI).

Example*:

ICPCL.exe –convertto jpg –source " C:\Images\*.*" –dest "C:\out\" –oper Resize vdpi:200 hdpi:200

* This example works the same way with other support formats.