Mirror
Use this operation to flip the source image horizontally or vertically. This operation has one parameter:
flip - flip axis (default - verticaly)
flip
Flip parameter specifies direction of flipping the source image. Its allowed values are:
- verticaly - the image is flipped vertically.
- horizontaly - The image is flipped horizontally.
The default value is: verticaly.
Example:
general example
ICPCL.exe -convertto bmp -source "C:\Original files" -dest "C:\Converted files" -oper Mirror flip:horizontaly