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

https://github.com/pravetz/img-resizer

C++/SFML image resizing tool.
https://github.com/pravetz/img-resizer

resize resize-images resizing sfml

Last synced: about 1 year ago
JSON representation

C++/SFML image resizing tool.

Awesome Lists containing this project

README

          

# img-resizer
C++/SFML image resizing tool.

# Compiling(LINUX ONLY):
0. Be sure, that you have installed SFML library.
1. Open terminal in directory of the project
2. Paste the following command:
```
chmod u+x compiler.sh
```
```
./compiler.sh
```
3. In order to run compiled program type:
```
chmod u+x main
```

# Running:
```
./main
```