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

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

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)