How to strech image no proportionally?
Use keep_prop:no option to stretch image no proportionally
Example:
ICPCL.exe -convertto tiff -source "C:\Source\*.*" -dest "C:\Out" -oper Resize size:50 0 units:percents keep_prop:no
Use keep_prop parameter to tell the program whether image proportions should be kept when conveting it. Its allowed values are:
- yes - keep image proportions.
- no - do not keep image proportions.
The default value is: yes.
