Git Product home page Git Product logo

c_image_processing's Introduction

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.

c_image_processing's People

Contributors

sommos avatar verzatiledev avatar

Stargazers

 avatar

c_image_processing's Issues

[BUG] - Black and White Filter

Describe the bug
The running application returns an empty images with the black and white filter

To Reproduce
Steps to reproduce the behaviour:

  1. Run the application
  2. Click on any other filter than black and white filter
  3. Return back to and click " black and white filter "
  4. Produces the result.

Expected behavior
The image should have an applied filter and display an image in the application

Screenshots
image

Desktop:

  • OS: [Windows 10]
  • Vs code

[BUG] - Sepia Filter Black Image

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. Load up the program
  2. Spam "Sepia Filter" button
  3. Spam other buttons
  4. Click on the "Sepia Filter" button

Expected behavior
The Sepia Filter should be applied to the image, and displayed in the UI.

Screenshots
issue

Desktop (please complete the following information):

  • OS: Windows 11 Pro
  • Browser: N/A
  • Version: Release v0.0.2

[FEATURE] - Button to select output directory

Is your feature request related to a problem? Please describe.

The user does not have a say in where the output is created and its pre-defined with the application files, that an average user might not be able to use.

Describe the solution you'd like

Make a box or selection that allows the user to select the output directory, or a button that would pop out a window ?
The window would host a way to select the placement where the generated items are placed..

Describe alternatives you've considered

Automatically just send the images to users desktop to avoid further code.

[BUG] - Pixelate Filter displaying odd behaviour

Describe the bug
Pixelate Filter button seems to not apply the pixelate filter sometimes. It sometimes applies the emboss filter instead.

To Reproduce
Steps to reproduce the behavior:

  1. Load up the program
  2. Spam filters
  3. Click "Pixelate Filter"

Expected behavior
The pixelate filter should be applied to the image.

Screenshots
issue1

Desktop (please complete the following information):

  • OS: Windows 11 Pro
  • Browser: N/a
  • Version: Release v0.0.2

[BUG] - Application Crash After scaling.

Description

Occasionally when the application is bigger than the screen and you aim to scale the application, it becomes frozen and can no longer be moved except the close button which remains functional. The issue also removes the curved edges of the application and defaults to the window.

To Reproduce
Steps to reproduce the behaviour:

  1. Run the terminal to make a new main.exe
  2. Click on the main.exe
  3. When the window opens try rescaling it from the edge of the application, making it go a bit off the screen
  4. The application crashes and can no longer be moved where nessecary.

Expected behaviour
The expectation was to see the application rescaled or been stopped to avoid it from crashing so that it cannot be further downscaled.

Screenshots
image

Desktop

  • Device: [Windows 10 Pro]
  • Version [Pull Request 8]

[FEATURE] - Button (List) to select output Image format

Is your feature request related to a problem? Please describe.

The following aim is to let the user define what format they want the image output to be set as.
As it might not seem useful for them to have a .bmp format.

Describe the solution you'd like

Create a list that can be opened, and the user can select from available formats that the output is and will be written as

Describe alternatives you've considered

Alternatively we can change the format of the initial image and the output will just be of that.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.