Sathwikchowdary commited on
Commit
925f6c9
·
verified ·
1 Parent(s): 830fec1

Update pages/Info _of_Image.py

Browse files
Files changed (1) hide show
  1. pages/Info _of_Image.py +1 -2
pages/Info _of_Image.py CHANGED
@@ -123,8 +123,7 @@ with col1:
123
  st.markdown("The CMYK color space is used in color printing. It relies on the subtractive model, where colors are created by subtracting light through layers of ink. When combined in various proportions, CMYK creates a wide range of colors.")
124
  st.markdown("<h3 style='text-align: left; color: Black;'>HSV (Hue, Saturation, Value):: /h3>", unsafe_allow_html=True)
125
  st.markdown("This model is often used in graphic design and image processing, as it aligns more closely with how humans perceive color. It allows for easier manipulation of color through hue (the type of color), saturation (the intensity), and value (brightness).")
126
-
127
- st.markdown("Each color space is suited for different applications, depending on the medium and technology used. Choosing the correct color space is crucial for ensuring that colors appear as intended, whether you're working with digital graphics, web design, or printed materials.")
128
  st.markdown("<h2 style='text-align: left; color: Black;'>splitting and merging the image colours/h2>", unsafe_allow_html=True)
129
 
130
 
 
123
  st.markdown("The CMYK color space is used in color printing. It relies on the subtractive model, where colors are created by subtracting light through layers of ink. When combined in various proportions, CMYK creates a wide range of colors.")
124
  st.markdown("<h3 style='text-align: left; color: Black;'>HSV (Hue, Saturation, Value):: /h3>", unsafe_allow_html=True)
125
  st.markdown("This model is often used in graphic design and image processing, as it aligns more closely with how humans perceive color. It allows for easier manipulation of color through hue (the type of color), saturation (the intensity), and value (brightness).")
126
+ st.markdown("Each color space is suited for different applications, depending on the medium and technology used. Choosing the correct color space is crucial for ensuring that colors appear as intended, whether you're working with digital graphics, web design, or printed materials.")
 
127
  st.markdown("<h2 style='text-align: left; color: Black;'>splitting and merging the image colours/h2>", unsafe_allow_html=True)
128
 
129