Color Adjustments
Changes image histogram. By setting up
adjustments
, you can ensure that output images meet the required brightness, saturation, and dynamic range.
Balance out colors and lighting. Supports changing the intensity of operation.
100
is most recommended. For 360 images you can use Edge Stitching.
ML color adjustments have an automated option (
hdr
) that covers most cases. But if you need finer control over color and lighting, you can use the operations listed in this section.All operations below use relative rather than absolute values. They take into account the initial values of the images. For example, if an image is very dark, you might want to set the
exposure
to a higher value compared to cases when photos of slight underexposure.You can control
exposure
, saturation
, contrast
, sharpness
.Parameter | Type | Range | Description |
---|---|---|---|
exposure | integer | -100 - 100 | Decrease (negative integer) or increase (positive) exposure. |
saturation | integer | -100 - 100 | Decrease (negative integer) or increase (positive) saturation. |
contrast | integer | -100 - 100 | Decrease (negative integer) or increase (positive) contrast. |
sharpness | integer | 0 - 100 | Increase sharpness. |
JSON Request
Exposure
Saturation
Contrast
Sharpness
"operations": {
"adjustments": {
"exposure": 80
}
}

"operations": {
"adjustments": {
"saturation": 15
}
}

"operations": {
"adjustments": {
"contrast": 10
}
}

"operations": {
"adjustments": {
"sharpness": 15
}
}

Last modified 1yr ago