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 |
+/- | Zoom in/out |
Mouse click + drag | Offset image position |
git clone https://github.com/CharlesAverill/scope.git && cd scope
opam install . --deps-only
dune build
dune install