Adjusts the amount of color in each of the RGB channels.
The RGB transformation allows you to adjust the amount of color in each of the Red, Green, and Blue channels independently. This gives you fine-grained control over the color balance of your image.
Pass the following query param
rgb=r,g,b
to the API endpoint, where r, g, and b are percentage values for each channel.
For example: rgb=50,-30,20
Valid values for each channel range from -100
to 100
. The default value is 0
for each channel, which leaves the image unchanged.
This transformation can be used to correct color casts, create artistic effects, or fine-tune the color balance of your images.
URL : https://www.thunderimage.com/sample/yosemite.jpg
URL: /transform?url=https://www.thunderimage.com/sample/yosemite.jpg&rgb=50,-30,20
In this example, we’ve increased the red channel by 50%, decreased the green channel by 30%, and increased the blue channel by 20%. This results in a warmer, slightly more vibrant image with reduced green tones.
API key required for authentication
The URL of the image to be transformed.
"https://www.thunderimage.com/sample/yosemite.jpg"
Adjusts the amount of color in each of the RGB channels. Format: r,g,b where each value is a percentage ranging from -100 to 100. Default is 0 for each channel.
"50,-30,20"
The transformed image with RGB adjustment applied.
The transformed image in JPEG format.
Adjusts the amount of color in each of the RGB channels.
The RGB transformation allows you to adjust the amount of color in each of the Red, Green, and Blue channels independently. This gives you fine-grained control over the color balance of your image.
Pass the following query param
rgb=r,g,b
to the API endpoint, where r, g, and b are percentage values for each channel.
For example: rgb=50,-30,20
Valid values for each channel range from -100
to 100
. The default value is 0
for each channel, which leaves the image unchanged.
This transformation can be used to correct color casts, create artistic effects, or fine-tune the color balance of your images.
URL : https://www.thunderimage.com/sample/yosemite.jpg
URL: /transform?url=https://www.thunderimage.com/sample/yosemite.jpg&rgb=50,-30,20
In this example, we’ve increased the red channel by 50%, decreased the green channel by 30%, and increased the blue channel by 20%. This results in a warmer, slightly more vibrant image with reduced green tones.
API key required for authentication
The URL of the image to be transformed.
"https://www.thunderimage.com/sample/yosemite.jpg"
Adjusts the amount of color in each of the RGB channels. Format: r,g,b where each value is a percentage ranging from -100 to 100. Default is 0 for each channel.
"50,-30,20"
The transformed image with RGB adjustment applied.
The transformed image in JPEG format.