package scope

  1. Overview
  2. Docs

scope

An image file viewer written in OCaml with SDL

Usage

scope image_path...

Features

Supported Formats

Custom parsers:

Using external parsers:

Controls

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

r

Reset view

f

Fit to window

h

Flip horizontally

v

Flip vertically

F11

Fullscreen

Installation

opam install scope

Or, from source:

git clone https://github.com/CharlesAverill/scope.git && cd scope
opam install . --deps-only
dune build
dune install