Skip to content

C application for image effects. Project done in CS50x - Introduction to Computer Science course.

Notifications You must be signed in to change notification settings

GaahDias/image-filtering

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CS50: Image Filtering

Project done in Harvard CS50 - Introduction to Computer Science course.

It's a simple C application for modiying the RGB bits in a BMP image and applying some effects like Sepia, Grayscale and Blur.

  • Sepia:
  • Grayscale:
  • Blur:

You can test the application using:

make

./filter -s infile.bmp outfile.bmp - Sepia

./filter -g infile.bmp outfile.bmp - Gray

./filter -b infile.bmp outfile.bmp - Blur

About

C application for image effects. Project done in CS50x - Introduction to Computer Science course.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published