Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kunald08/filters-and-fractals


https://github.com/kunald08/filters-and-fractals

Last synced: 8 days ago
JSON representation

Awesome Lists containing this project

README

        

# 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

```sh
gcc main.c -o test
test
```

## Examples















## Author

👤 **Kunal Dharpure**

* [LinkedIn](https://www.linkedin.com/in/dharpure-kunal)
* [GitHub](https://github.com/dharpurekunal08)