Metadata-Version: 2.1
Name: glview
Version: 0.9.2
Summary: Lightning-fast image viewer with smooth zooming & panning.
Home-page: http://github.com/toaarnio/glview
Author: Tomi Aarnio
Author-email: tomi.p.aarnio@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: numpy (>=1.17.0)
Requires-Dist: pyglet (>=1.4.0)
Requires-Dist: psutil (>=5.6.1)
Requires-Dist: moderngl (>=5.5.0)
Requires-Dist: piexif (>=1.1.3)
Requires-Dist: imread (>=0.7.1)
Requires-Dist: imgio (>=0.5.5)
Requires-Dist: imsize (>=0.9.3)

# glview
Fast image viewer with smooth zooming &amp; panning.

[![Build Status](https://travis-ci.org/toaarnio/glview.svg?branch=master)](https://travis-ci.org/toaarnio/glview)

Lightning-fast image viewer with smooth zooming &amp; panning.

**Installing:**
```
pip install glview
```

**Usage:**
```
glview --help
```

**Building &amp; installing from source:**
```
make install
```


