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