https://github.com/igozdev/sfml-image-viewer
Basic image viewer written in SFML with a set of basic commands
https://github.com/igozdev/sfml-image-viewer
bmp cpp image-viewer jpg png sfml sfml-cpp
Last synced: 2 months ago
JSON representation
Basic image viewer written in SFML with a set of basic commands
- Host: GitHub
- URL: https://github.com/igozdev/sfml-image-viewer
- Owner: igozdev
- License: gpl-3.0
- Created: 2022-08-04T00:10:48.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-07T05:49:22.000Z (over 2 years ago)
- Last Synced: 2025-01-12T17:47:25.030Z (4 months ago)
- Topics: bmp, cpp, image-viewer, jpg, png, sfml, sfml-cpp
- Language: C++
- Homepage:
- Size: 16.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sfml-image-viewer
Basic image viewer written with C++ and SFML with basic argument control.# Commands
## Color control:
```
c-[colorchannel]=[newval]
```
`[colorchannel]` can be `r`, `g`, `b`, or `a` (red, green, blue, or alpha)## Scale control:
```
s=[newval]
```## Rect control:
```
r-[direction]=[newval]
```
`[direction]` can be `l`, `t`, `w`, or `h` (left, top, width, or height)