| Home
|
|
|
|
Batch command line image resizerResizeThis function is a full-scale instrument for changing image size with a large variety of settings. The following parameters are used to adjust settings of this operation.
sizeSize parameter is used to directly specify resulting image size. size:<X Y> X - horizontal size (whole positive number). Y - vertical size (whole negative number). Example:-oper Resize size:640 480 unitsUnits parameter specifies units of sizes specified in size parameter. Its allowed values are:
The default value is: pixels. Example:-oper Resize units:percents hdpiHdpi parameter specifies horizontal resolution of the resulting image. It can accept a positive number from 1 to 4096. Example:-oper Resize hdpi:72.000000 vdpiVdpi parameter specifies horizontal resolution of the resulting image. It can accept a positive number from 1 to 4096. Example:-oper Resize vdpi:72.000000 res_unitsRes_units parameter specifies units of resolution specifies in hdpi and vdpi parameters. Its allowed values are:
The default value is: inches. Example:-oper Resize res_units:cm keep_propUse keep_prop parameter to tell the program whether image proportions should be kept when conveting it. Its allowed values are:
The default value is: yes. Example:-oper Resize keep_prop:no methodMethod parameter specifies the interpolation algorithm used when increasing image size. Its allowed values are:
The default value is: bilinear. Example:-oper Resize method:nearest nozoomNozoom parameter specifies whether it is necessary to increase image size if it is smaller than that specified in image settings. Its allowed values are:
The default value is: no. Example:-oper Resize nozoom:yes ICPCL.exe -source "C:\Original files" -dest "C:\Converted files" -oper Resize size:500 100 units:pixels hdpi:72.000000 vdpi:72.000000 units:pixels res_units:cm keep_prop:no method:nearest nozoom:yes tips
|
||