Skip to content

Commit 899e9e6

Browse files
authored
refactored filters (All), GTK GUI
refactored all filters, and moved UI elements to a separate file. Hid .vscode in root from git, and disabled risizability on the GTK UI window
2 parents fa85bba + 4d406d3 commit 899e9e6

29 files changed

+538
-777
lines changed

src/.gitignore renamed to .gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ dkms.conf
7777

7878
### VisualStudioCode ###
7979
*.vscode
80+
.vscode/
8081
#!.vscode/c_cpp_properties.json
8182
#!.vscode/settings.json # user Specific
8283
#!.vscode/tasks.json

.vscode/c_cpp_properties.json

Lines changed: 0 additions & 25 deletions
This file was deleted.

.vscode/launch.json

Lines changed: 0 additions & 24 deletions
This file was deleted.

.vscode/settings.json

Lines changed: 0 additions & 67 deletions
This file was deleted.

.vscode/tasks.json

Lines changed: 0 additions & 61 deletions
This file was deleted.

README.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
# C Image Processing
22

33
<p align="center">
4-
<img src="readme_image_0.png" width="200" height="220"/>
5-
<img src="readme_image_1.png" width="200" height="220"/>
6-
<img src="readme_image_2.png" width="200" height="220"/>
7-
<img src="readme_image_3.png" width="200" height="220"/>
4+
<img src="readme_images/readme_image_0.png" width="200" height="300"/>
5+
<img src="readme_images/readme_image_1.png" width="200" height="300"/>
6+
<img src="readme_images/readme_image_2.png" width="200" height="300"/>
7+
<img src="readme_images/readme_image_3.png" width="200" height="300"/>
8+
<img src="readme_images/readme_image_4.png" width="200" height="300"/>
9+
<img src="readme_images/readme_image_5.png" width="200" height="300"/>
10+
<img src="readme_images/readme_image_6.png" width="200" height="300"/>
11+
<img src="readme_images/readme_image_7.png" width="200" height="300"/>
812
</p>
913

1014
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.
@@ -13,7 +17,9 @@ This program is to builds a simple library of image processing functions in C. T
1317

1418
The fonts used in this program, are available here:
1519

16-
https://www.dafont.com/bignoodletitling.font
20+
<a href="https://www.dafont.com/bignoodletitling.font">
21+
Big Noodle Titling
22+
</a>
1723

1824
# Contribution
1925

readme_image_0.png

-182 KB
Binary file not shown.

readme_image_1.png

-607 KB
Binary file not shown.

readme_image_2.png

-439 KB
Binary file not shown.

readme_image_3.png

-257 KB
Binary file not shown.

0 commit comments

Comments
 (0)