Resizemethod=

 

Command Line Usage examples

 

imagecom d:\myimages\*.jpg resizemethod=1/4x savein=d:\resized\

imagecom *.jpg resizemethod=downsizebypixel width=300 keepdimensionratio=true

imagecom abc.jpg resizemethod=downsizebypercent percentage=20

 

Note : In the command line, if resizemethod is ignored, no image resizing is applied to the images. In the Configuration, leave Resizing Method blank if you do not want to apply any resizing.

 

The resizemethod switch allows you to define the method to be used to resize the images.The following are the parameters which can be used :-

 

 

1/4x

       Downsize the images to 1/4 of the original size

1/3x

       Downsize the images to 1/3 of the original size

1/2x

       Downsize the images to 1/2 of the original size

3/4x

       Downsize the images to 3/4 of the original size

2x

       Upsize the images to twice the original size

4x

       Upsize the images to four times the original size

downsizebypixel

       Use in conjunction with Width and Height to determine maximum dimension

upsizebypixel

       Use in conjunction with Width and Height to determine minimum dimension

resizebypixel

       Use in conjunction with Width and Height to Resize the Images. This method would overwrite the keepdimensionratio if being used.

downsizebypercent

       Use in conjunction with Percentage to determine downsize parameter to. Eg. by setting percentage to 90, the images would be downsize to 90% of the original size.

upsizebypercent

       Use in conjunction with Percentage to determine upsize parameter to. Eg by setting percentage to 10, the images would be upsize to 110% of the original size.