Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multithreaded anti-aliasing filter

Multithreading application able to resize an image with minimal loss of information using Super Sampling Anti-Aliasing (SSAA) or Full Screen Anti-Aliasing (FSAA) techniques and can be used as a rendering micro-engine that can draw a line. Personal gains:

  • getting used with process parallelization in order to reduce execution times
  • getting familiar with the pThread library in C language
  • understanding an essential image processing technique

Programming language/libraries/tools used: C, Pthread, multithreading programming

About

Multithreading application able to resize an image with minimal loss of information

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages