P5 Flip

 

/P#

Meaning

Extra Parameters: /a{Parameter1} … /j

5

Transform

Flip an Image

/a = Flip direction. 0 = Horizontal, 1 = Vertical

This special process can flip an image in the direction you specify.

 

Example 1: Flip an image along the Vertical direction

Specify the source (/S) and output files (/T). Specify the special process (/P4). Flip the image along the vertical direction (/a). Show status of command line with on-screen confirmation (/V).

 

ConvertImage.EXE /S C:\Input\Tryme.jpg /T C:\Output\Out.jpg /P5 /a1 /V

See Also:

Command Line Examples

Helpful Hints for Creating a Command Line