/P# |
Meaning |
Extra Parameters: /a{Parameter1} /j |
13 |
Hue, Lightness and Saturation |
/a = Hue angle of rotation (-360.0 to 360.0) /b = Lightness (-1.0 to 1.0) /c = Saturation (-1.0 to 1.0) |
This special process adjusts the hue, lightness and saturation of an image.
Example 1: Adjust the Hue, Lightness and Saturation of an image
Specify the source (/S) and output files (/T). Specify the special process (/P13). Specify a 25 degree rotation of the hue (color wheel), adjust the brightness to 0.1 and saturation to -0.2 (/a /b and /c). Show status of command line with on-screen confirmation (/V).
ConvertImage.EXE /S C:\Input\Tryme.jpg /T C:\Output\Out.jpg /P13 /a25 /b0.1 /c-0.2 /V
See Also:
Helpful Hints for Creating a Command Line