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

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

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)