package scope

  1. Overview
  2. Docs
OCaml Image File Viewer

Install

dune-project
 Dependency

Authors

Maintainers

Sources

scope-1.1.tbz
sha256=12542e7eca424cff7f6282d2dda2776c7e988b2dcafc4b243a667520b3c0e397
sha512=340facb2f6c2a4fec7a8d4cb4d8ac26c539725d48ff13bc4d47a989954407437393d928da18746626b84a5192eb8fd668334318239e89a28551b316a91bf154b

doc/README.html

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
OCaml

Innovation. Community. Security.