Update pages/Image.py
Browse files- 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 |
""")
|