You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,11 +76,11 @@ moon = Moon(size=(100, 100))
76
76
77
77
## OpenCV & NumPy Integration
78
78
79
-
The inclusion of OpenCV and NumPy in this package is a remnant of earlier versions that supported additional image processing features. While currently not necessary for core functionality, these libraries allow for further customization, such as:
79
+
The inclusion of OpenCV and NumPy in this package is a remnant of earlier versions that supported additional image processing features. While currently not necessary for core functionality, these libraries allow for customization of images, such as
80
80
81
-
-**Image manipulation** (e.g., adjusting brightness, contrast, or applying filters)
82
-
-**Overlaying text or graphics** on the moon image
83
-
-**Efficient in-memory image processing** using NumPy arrays
81
+
-Adjusting brightness, contrast, applying filters
82
+
- Overlaying text or graphics
83
+
- Efficient in-memory image processing using NumPy arrays
84
84
85
85
For example, you can use OpenCV to apply a grayscale filter:
0 commit comments