Skip to content

Commit

Permalink
Update applications/holoviz/holoviz_srgb/README.md
Browse files Browse the repository at this point in the history
Minor spelling fix

Signed-off-by: Tom Birdsong <40648863+tbirdso@users.noreply.github.com>
  • Loading branch information
tbirdso authored Jul 31, 2024
1 parent 8afac95 commit b1f389c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applications/holoviz/holoviz_srgb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The Holoviz operator can convert sRGB input images to linear color space before

sRGB color space can be enabled for input images and for the frame buffer independently. By default, the sRGB color space is disabled for both.

by default, the Holoviz operator is auto detecting the input image format. Auto detection always assumes liner color space for input images. To change this to sRGB color space explicitly set the `image_format_` member of the input spec for that input image to a format ending with `SRGB`:
By default, the Holoviz operator is auto detecting the input image format. Auto detection always assumes linear color space for input images. To change this to sRGB color space explicitly set the `image_format_` member of the input spec for that input image to a format ending with `SRGB`:

```cpp
// By default the image format is auto detected. Auto detection assumes linear color space,
Expand Down

0 comments on commit b1f389c

Please sign in to comment.