Update pages/Image.py
Browse files- pages/Image.py +1 -1
pages/Image.py
CHANGED
@@ -51,7 +51,7 @@ st.write("""
|
|
51 |
st.subheader(":red[**What do you mean by color space explain?**]")
|
52 |
st.write(":blue[**Color Space-**] A color space is a specific organization of colors that allows for consistent representation and interpretation of colors in digital images, physical prints, and other mediums. It provides a mathematical model to describe colors using numerical values.Color spaces are essential in fields like digital imaging, computer vision, and graphic design, as they help standardize how colors are captured, displayed, and reproduced across different devices.")
|
53 |
|
54 |
-
st.write(":
|
55 |
st.write("""
|
56 |
**1.RGB (Red, Green, Blue):**
|
57 |
- Description: A color model used primarily in digital screens where colors are created by combining varying intensities of red, green, and blue light.
|
|
|
51 |
st.subheader(":red[**What do you mean by color space explain?**]")
|
52 |
st.write(":blue[**Color Space-**] A color space is a specific organization of colors that allows for consistent representation and interpretation of colors in digital images, physical prints, and other mediums. It provides a mathematical model to describe colors using numerical values.Color spaces are essential in fields like digital imaging, computer vision, and graphic design, as they help standardize how colors are captured, displayed, and reproduced across different devices.")
|
53 |
|
54 |
+
st.write(":blue[**Types of Color Spaces**]")
|
55 |
st.write("""
|
56 |
**1.RGB (Red, Green, Blue):**
|
57 |
- Description: A color model used primarily in digital screens where colors are created by combining varying intensities of red, green, and blue light.
|