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
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,10 @@
1
1
# C Image Processing
2
2
3
3
<palign="center">
4
-
<img src="readme_image_1.png" width="800"/>
4
+
<img src="readme_image_0.png" width="400"/>
5
+
<img src="readme_image_1.png" width="400"/>
6
+
<img src="readme_image_2.png" width="400"/>
7
+
<img src="readme_image_3.png" width="400"/>
5
8
</p>
6
9
7
10
This program is to builds a simple library of image processing functions in C. The library is then used to create a program that can read in a PPM image, apply a filter to it, and then write the modified image to a new file.
0 commit comments