/P# |
Meaning |
Extra Parameters: /a{Parameter1} /j |
10 |
Reproduce Creates multiple copies of the input image along the vertical and horizontal axis |
/a = Number of copies. |
Here you can create copies of the image along the vertical and horizontal axis. The image dimension remains the same, however you'll see multiple copies of the input image within it scaled down.
Example 1: Create 4 copies of the input image, 2 in the Vertical and 2 in the Horizontal Direction
Specify the source (/S) and output files (/T). Specify the special process (/P10). Specify 2 copies in each direction (/a). Show status of command line with on-screen confirmation (/V).
ConvertImage.EXE /S C:\Input\Tryme.jpg /T C:\Output\Out.jpg /P10 /a2 /V
See Also:
Helpful Hints for Creating a Command Line