Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 395 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 395 Bytes

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)