https://github.com/vortex2jm/ascii-img-generator
Program to generate ascii images
https://github.com/vortex2jm/ascii-img-generator
Last synced: about 1 year ago
JSON representation
Program to generate ascii images
- Host: GitHub
- URL: https://github.com/vortex2jm/ascii-img-generator
- Owner: vortex2jm
- Created: 2022-12-27T05:20:21.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-13T15:06:34.000Z (over 2 years ago)
- Last Synced: 2023-11-13T16:28:11.456Z (over 2 years ago)
- Language: C
- Size: 12.7 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Comments :memo:
- The image generation is working only for .ppm and png images.
- I applied an idea to implement oriented object programming style in C language at this repository using a different approach taken by the following repository [REPO](https://github.com/vortex2jm/OOP-in-Clanguage)
### Libs
This project relies on [libpng](http://www.libpng.org/pub/png/libpng.html), so make sure you got it installed on your machine before using it png images.