Skip to content

blagowestas/Image-Dithering-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Dithering Project

for Functional Programming course at FMI.

The main task is to implement all 11 algorithms from this artichle : https://tannerhelland.com/2012/12/28/dithering-eleven-algorithms-source-code.html

The program can read image from a file with one of the extensions: .ppm, .pgm, .pbm. User can choose one of eleven dithering algorithms and file format for the dithered version of the image.

We have this image in ppm format:

Screenshot from 2021-02-18 15-19-08

And after OneDemensional algorithm we have this:

Screenshot from 2021-02-18 15-19-33

the images are png because ppm is not supported but this is the idea

TODO:

  • implement all 11 algorithms
  • make some tests

About

FInal project for Functional Programming course at FMI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published