P16 Red, Green Blue Lightness

 

/P#

Meaning

Extra Parameters: /a{Parameter1} … /j

16

Red, Green, Blue Lightness

/a = Red Lightness (0 to 255)

/b = Green Lightness (0 to 255)

/c = Blue Lightness (0 to 255)

This special process allows you to specify the lightness of each color.

 

Example 1: Adjust the Lightness of each color of an image

Specify the source (/S) and output files (/T). Specify the special process (/P16). Specify a lightnes of 10 for each color, red, green and blue (/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 /P16 /a10 /b10 /c10 /V

 

See Also:

Command Line Examples

Helpful Hints for Creating a Command Line