Skip to content

mesutgk15/Image-Filters_CS50

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Image-Filters_CS50

Project creates four different image filter for one of CS50 projects. These filters are grayscale, reflection (x axis), blur and edges (edge detection). File includes its own prototype header file for these functions. And the RGBTRIPLE data structure is defined in another header file so it goes as in following; typedef struct { BYTE rgbtBlue; BYTE rgbtGreen; BYTE rgbtRed; } attribute((packed)) RGBTRIPLE;

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages