Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 2.28 KB

README.md

File metadata and controls

47 lines (31 loc) · 2.28 KB

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