Example 1 Resize a JPG File

Specify the source (/S) and output files (/T). Specify the special process (/P2) for Resize Image. Resize the image with a Width of 10, Height of 20, use Bicubic interpolation and a black background color (/a /b /c and /d). Show status of command line with on-screen confirmation (/V).

 

ConvertImage.EXE /S C:\Input\Tryme.jpg /T C:\Output\Out.jpg /P2 /a10 /b20 /c2 /d0 /V

Examples:

Example 2 Resize an Image File and Retain Aspect Ratio

Example 3 Resize a TIFF

See Also:

Command Line Examples

Helpful Hints for Creating a Command Line

P2 Resize an Image