|
Width= |
Top Previous Next |
|
Width=
Command Line Examples
abatchit d:\myimages\*.jpg resizemethod=downsizebypixel width=400 abatchit *.jpg resizemethod=upsizebypixel width=300 height=0 keepdimensionratio abatchit templatefile=downsize.ini width=300
The width parameter defines the maximum (when use with resizemethod=downsizebypixel) or the minimum (when use with resizemethod=upsizebypixel) width. This is use in conjunction with upsizebypixel or downsizebypixel.
If the width option is left out or set to 0, the existing image width would be taken as the parameter. |