Skip to content

Commit c54dfc7

Browse files
committed
Merge branch 'png-support' of https://github.com/indrasuthar07/Image-Filtering into png-support
2 parents 8f81fb1 + f4e7b7b commit c54dfc7

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Ignore all bmp, png, jpeg files
2+
*.bmp
3+
*.png
4+
*.jpeg
5+
6+
# But keep specific ones that start with 'in.' for input ones
7+
!in.bmp
8+
!in.png
9+
!in.jpeg

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,7 @@ You should not modify any of the function signatures, nor should you modify any
343343

344344
Consider the following grid of pixels, where we’ve numbered each pixel.
345345

346+
346347
<img width="528" height="492" alt="Screenshot 2025-10-16 041628" src="https://github.com/user-attachments/assets/5695cd6f-c535-42fc-8f8f-87bfbb362364" />
347348

348349
## Team and Credits

0 commit comments

Comments
 (0)