Skip to content

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

License

Notifications You must be signed in to change notification settings

arasgungore/filters-and-fractals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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