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.
- Host: GitHub
- URL: https://github.com/pravetz/img-resizer
- Owner: Pravetz
- License: gpl-3.0
- Created: 2021-10-22T08:50:06.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-22T09:15:43.000Z (over 4 years ago)
- Last Synced: 2025-05-18T09:11:29.106Z (about 1 year ago)
- Topics: resize, resize-images, resizing, sfml
- Language: C++
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```