Skip to content

dandon223/BMP-filters

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BMP

My first programming project. You can load BMP with 32, 24, 16 or 8(only R5G5B5A0X1) bits per pixel image and change its properties. My program can use minimum, maximum, median, average and negative filter. It can also make grey copy of the image. You give commands to the program in terminal. Example: source.bmp newImage.bmp neg 15 In this example source.bmp will be loaded and on its copy negative filter would be applied with filter mask 15x15 pixels. Note that you can choose the area of the mask. The mask have to be square and its side has to be odd number.

Examples:

basic image:

alt text

average filter:

alt text

grey filter:

alt text

median filter:

alt text

minimal filter:

alt text

maximal filter:

alt text

negativ filter:

alt text

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors