PhotoFilterEditInfo
Optional information object on the photo filter operations applied to the profile picture.
Property | Type | Description |
---|---|---|
bottomLeft | Coordinate2D | BottomLeft coordinate of the cropped area. All dimensions of the coordinate are normalized to [0, 1]. The cropped region is a square with a maximum lateral length as min(image_width, image_height). As the cropped region rotating, the actual coordinate value can go beyond the range [0, 1] by (sqrt(2) - 1)/2 in both directions. |
bottomRight | Coordinate2D | BottomRight coordinate of the cropped area. All dimensions of the coordinate are normalized to [0, 1]. The cropped region is a square with a maximum lateral length as min(image_width, image_height). As the cropped region rotating, the actual coordinate value can go beyond the range [0, 1] by (sqrt(2) - 1)/2 in both directions. |
brightness | Float | The brightness of the profile photo. |
contrast | Float | The contrast of the profile photo. |
photoFilterType | String | The filter type applied to the profile photo. Possible values:
|
saturation | Float | The saturation of the profile photo. |
topLeft | Coordinate2D | TopLeft coordinate of the cropped area. All dimensions of the coordinate are normalized to [0, 1]. The cropped region is a square with a maximum lateral length as min(image_width, image_height). As the cropped region rotating, the actual coordinate value can go beyond the range [0, 1] by (sqrt(2) - 1)/2 in both directions. |
topRight | Coordinate2D | TopRight coordinate of the cropped area. All dimensions of the coordinate are normalized to [0, 1]. The cropped region is a square with a maximum lateral length as min(image_width, image_height). As the cropped region rotating, the actual coordinate value can go beyond the range [0, 1] by (sqrt(2) - 1)/2 in both directions. |
vignette | Float | The vignette of the profile photo. |
Feedback
Submit and view feedback for