Skip to content

VerzatileDevOrg/C_image_processing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Table of Contents


Introduction

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.


Software Information

  • Developed with " C " Programming Language
  • Development Setup and Wiki built for Visual Studio Code
  • Uses Libraries such as " GTK4 ", " JpegLib ", "PngLib ", Additional added in the future.

Examples



Contribution

To contribute to c_image_processing, please follow these steps:

  1. Fork the repository to your own account.
  2. Create a feature branch for your contributions.
  3. Make your desired changes and commit them to your feature branch.
  4. Read the comprehensive setup documentation available in the repository's wiki.
  5. Submit a pull request from your feature branch to the main repository.

We appreciate your contributions and look forward to reviewing your pull request


Installation

Cloning via Terminal:

Open your terminal and navigate to the directory where you want to clone the repository
cd /desired/directory

Clone the repository
git clone https://github.com/VerzatileDevOrg/C_image_processing

Move into the cloned directory
cd C_image_processing

Cloning via GitHub Desktop:

  1. Open GitHub Desktop and ensure you're logged in to your GitHub account.
  2. Click on the "+" button in the top left corner and select "Clone Repository".
  3. In the "Clone a Repository" window, select the "URL" tab.
  4. Paste the repository URL: https://github.com/VerzatileDevOrg/C_image_processing.
  5. Choose a local path for the repository.
  6. Click on "Clone Repository" to complete the process.

This will clone the repository to your local machine, allowing you to work with the codebase.


Prerequisites

Project Requirements:

  1. Visual studio Code.
  2. Windows 10 or Newer.
  3. Installation of C Language.
  4. Setup of GTK4, Jpeg, Png Libraries.

Fonts

The typefaces employed in this program can be obtained from the following source:


License

MIT License

Copyright (c) 2023 VerzatileDevOrg (Sommos / Verzatildev )

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.

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.