Metadata-Version: 2.2
Name: glview
Version: 1.19.0
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
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy>=2.2.6
Requires-Dist: pyglet>=2.1.9
Requires-Dist: psutil>=5.9.4
Requires-Dist: moderngl>=5.12.0
Requires-Dist: piexif>=1.1.3
Requires-Dist: imgio>=1.5.0
Requires-Dist: imsize>=1.7.0
Requires-Dist: natsort>=8.4.0
Requires-Dist: pqdm>=0.2.0
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# glview

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

Lightning-fast image viewer with synchronized split-screen zooming &amp; panning + HDR &amp; WCG support

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

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

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