filters-and-fractals icon indicating copy to clipboard operation
filters-and-fractals copied to clipboard

A C project which implements various image processing operations and recursive fractal generating algorithms.

filters-and-fractals

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.

Run on Terminal

gcc main.c -o test
test

Examples

Author

👤 Aras Güngöre