Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kunald08/filters-and-fractals
https://github.com/kunald08/filters-and-fractals
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kunald08/filters-and-fractals
- Owner: kunald08
- Created: 2024-10-03T08:25:27.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-10-03T08:45:06.000Z (4 months ago)
- Last Synced: 2024-12-22T13:42:04.559Z (25 days ago)
- Language: C
- Size: 3.55 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)