shwetashweta05 commited on
Commit
8f38fe0
·
verified ·
1 Parent(s): ada46b6

Update pages/Image.py

Browse files
Files changed (1) hide show
  1. pages/Image.py +1 -0
pages/Image.py CHANGED
@@ -12,6 +12,7 @@ st.write(":blue[**Types of Images**]")
12
  st.write("""
13
  **1.Raster Images:** Composed of pixels, commonly used in photography and screen displays.
14
  - Examples: JPEG, PNG, GIF.
 
15
  **2.Vector Images:** Defined by mathematical equations, scalable without losing quality.
16
  - Examples: SVG, EPS.
17
  """)
 
12
  st.write("""
13
  **1.Raster Images:** Composed of pixels, commonly used in photography and screen displays.
14
  - Examples: JPEG, PNG, GIF.
15
+
16
  **2.Vector Images:** Defined by mathematical equations, scalable without losing quality.
17
  - Examples: SVG, EPS.
18
  """)