A C project which implements a variety of image processing operations that manipulate the size, filter, brightness, contrast, saturation, and other properties of PPM images from scratch. Added recursive fractal generation functions to model popular fractals including Mandelbrot set, Julia set, Koch curve, Barnsley fern, and Sierpinski triangle in PPM format.
gcc main.c -o test
test
👤 Aras Güngöre
- LinkedIn: @arasgungore
- GitHub: @arasgungore