An image file viewer written in OCaml with SDL
scope image_path...Custom parsers:
Using external parsers:
Control | Effect |
|---|---|
Escape | Exits the application |
Arrow Keys | Go to next or previous image in series |
+/-/Mouse Scroll | Zoom in/out |
Mouse click + drag | Offset image position |
Ctrl + Mouse Scroll | Rotate |
Shift + Ctrl + Mouse Scroll | Rotate Slow |
| Reset view |
| Fit to window |
| Flip horizontally |
| Flip vertically |
| Fullscreen |
opam install scopeOr, from source:
git clone https://github.com/CharlesAverill/scope.git && cd scope
opam install . --deps-only
dune build
dune install