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
*[Cloning via GitHub Desktop](#cloning-via-github-desktop)
10
+
*[Prerequisites](#prerequisites)
11
+
*[Project Requirements](#project-requirements)
12
+
*[Fonts](#fonts)
13
+
*[License](#license)
14
+
15
+
</br>
16
+
17
+
# Introduction
18
+
19
+
20
+
This initiative aims to develop an extensive and robust library of image processing functions, implemented in the C programming language. The ultimate objective is to establish a versatile platform capable of ingesting PPM images, executing a range of filters and transformations, and subsequently generating a modified image file. It is important to note that this project is currently in active development, with ongoing efforts to enhance its capabilities.
21
+
22
+
</br>
23
+
24
+
### Software Information
25
+
26
+
* Developed with " C " Programming Language
27
+
* Development Setup and Wiki built for Visual Studio Code
28
+
* Uses Libraries such as " GTK4 ", " JpegLib ", "PngLib ", Additional added in the future.
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.
47
+
</br>
48
+
49
+
## Contribution
50
+
51
+
To contribute to `c_image_processing`, please follow these steps:
52
+
53
+
1. Fork the repository to your own account.
54
+
2. Create a feature branch for your contributions.
55
+
3. Make your desired changes and commit them to your feature branch.
56
+
4. Read the comprehensive setup documentation available in the repository's wiki.
57
+
5. Submit a pull request from your feature branch to the main repository.
58
+
59
+
60
+
We appreciate your contributions and look forward to reviewing your pull request
61
+
62
+
</br>
15
63
16
-
# Fonts
17
64
18
-
The fonts used in this program, are available here:
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
33
125
34
-
cd c_image_processing
126
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
0 commit comments