GitHunt

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

Languages

C100.0%

Contributors

MIT License
Created March 29, 2020
Updated October 14, 2025