https://github.com/notkamui/imagecompressor
Image Compressor and Reader made in C
https://github.com/notkamui/imagecompressor
c image-compression image-processing
Last synced: 8 months ago
JSON representation
Image Compressor and Reader made in C
- Host: GitHub
- URL: https://github.com/notkamui/imagecompressor
- Owner: notKamui
- License: mit
- Created: 2021-03-17T22:42:59.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-17T23:39:00.000Z (over 5 years ago)
- Last Synced: 2025-05-18T04:12:26.120Z (about 1 year ago)
- Topics: c, image-compression, image-processing
- Language: C
- Homepage:
- Size: 8.65 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Image Compressor and Reader
## Authors
Irwin "[Slama](https://github.com/SlamaFR)" MADET and Jimmy "[notKamui](https://github.com/notKamui)" TEILLARD
## Building
This application is written in C and uses Gustave Eiffel Univerty's graphical library [libMLV](http://www-igm.univ-mlv.fr/~boussica/mlv/api/French/html/index.html).
You **have to** install it to build the application. The instructions are available [here](http://www-igm.univ-mlv.fr/~boussica/mlv/api/French/html/installation_linux.html).
When the library is installed, run `make` in the root folder.
## Running
Run `./prog` in the root folder.
For further help on usage, read `doc/Rapport.pdf` (it's in French though)