An open API service indexing awesome lists of open source software.

https://github.com/jawadddd/apply_filters_on_pgmimages

This is my first semester's university project covering programming fundamentals concepts.We can apply filters on pgm images using this project.
https://github.com/jawadddd/apply_filters_on_pgmimages

image-filtering logic-building programming-fundamentals

Last synced: 4 months ago
JSON representation

This is my first semester's university project covering programming fundamentals concepts.We can apply filters on pgm images using this project.

Awesome Lists containing this project

README

        

# Applying filters on .pgm images in c++

This repository is having the solution code wriiten in c++ to apply different filters on .pgm images.Code and pgm images both are present in the repository. Concept of irfan view,file handling,data structures,loops in c++ etc are used.